An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



ChatGPT Scroller Icon



ChatGPT Scroller


[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/pelmadpbepelidfneidllbkmepmdpckd)](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)
[![Chrome Web Store Last Updated](https://img.shields.io/chrome-web-store/last-updated/pelmadpbepelidfneidllbkmepmdpckd)](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/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