Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couscousz/bettergpt
BetterGPT is a chrome extension that aims to add quality of life features to chatGPT
https://github.com/couscousz/bettergpt
Last synced: 11 days ago
JSON representation
BetterGPT is a chrome extension that aims to add quality of life features to chatGPT
- Host: GitHub
- URL: https://github.com/couscousz/bettergpt
- Owner: COUSCOUSZ
- Created: 2024-07-04T00:23:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T14:26:56.000Z (4 months ago)
- Last Synced: 2024-07-31T12:58:39.449Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 184 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BetterGPT (WiP)
- Feel free to contribute.- BetterGPT is a chrome extension that aims to add quality of life features to chatGPT.
- The main one is the message list of current chat to scroll fast between messages without doing it manually.
- Other features are planned : Bookmarking messages & chats , maybe support for other chatbots like claude , gemini ...
- I'm using [wxt](https://wxt.dev/) library.
## Progress & features
- ✔️ Load messages
- ✔️ Scroll into message added.
- 🔃 Scroll indicator (In progress).## Run the project
- Run the the command `npm install` to download & install the dependencies .
- Run the the command `npm run build` ,
> it will run generate the build which is `chrome-mv3` in the `.output` folder.
- Open Chrome or Edge and navigate to `chrome://extensions`. Make sure to turn on the developer mode switch.
Chrome top right
Edge on the right sidebar
- Drag the`chrome-mv3` folder into the Extensions Dashboard to install it or click load unpacked button And done! You can see the messages on the togglable sidebar.
-