https://github.com/samimsu/chatgpt-scroller
A chrome extension to make navigating ChatGPT conversations easier
https://github.com/samimsu/chatgpt-scroller
Last synced: 11 days ago
JSON representation
A chrome extension to make navigating ChatGPT conversations easier
- Host: GitHub
- URL: https://github.com/samimsu/chatgpt-scroller
- Owner: samimsu
- Created: 2024-10-14T13:13:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T08:07:27.000Z (over 1 year ago)
- Last Synced: 2025-02-25T09:21:07.398Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)
[](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)
[](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)
A chrome extension to make navigating ChatGPT conversations easier
#### Table of Contents
- [Add extension](#add-extension)
- [Run extension from repository](#run-extension-from-repository)
- [Local development](#local-development)
---
# Add extension
Click on this [link](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd) to add the extension from the Chrome Web Store.
---
# Run extension from repository
If you would like to run the extension manually you can follow these instructions:
1. Download and extract the latest zip file from [zips/](https://github.com/samimsu/chatgpt-scroller/blob/master/zips) or clone this repository.
2. Go to chrome://extensions from your chrome browser address bar
3. Turn on "Developer mode"
4. Click on "Load unpacked"
5. Select the extracted folder or cloned repository from step 1
6. Go to a ChatGPT conversation
7. You should now see the navigation buttons (refresh the page if you don't)
8. Click on the navigation buttons to go to different parts of the conversation
---
# Local development
1. Clone this repository
2. Run `npm install`
3. Run the extension using the same steps from the previous section (load from updated folder instead of zip)
4. Make changes to the code
5. Run `npx webpack` to create the build
6. Click on the refresh button for the extension in chrome://extensions