Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.41 KB

Chrome developer mode switch

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 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
    Chrome developer mode switch Edge developer mode switch
  • Drag thechrome-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.