{"id":25868468,"url":"https://github.com/samimsu/chatgpt-scroller","last_synced_at":"2026-06-06T18:31:33.781Z","repository":{"id":258161238,"uuid":"872452487","full_name":"samimsu/chatgpt-scroller","owner":"samimsu","description":"A chrome extension to make navigating ChatGPT conversations easier","archived":false,"fork":false,"pushed_at":"2025-02-25T08:07:27.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T09:21:07.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samimsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-14T13:13:01.000Z","updated_at":"2025-02-25T08:07:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"8812f470-4c29-4274-aa48-74af8fcc41f8","html_url":"https://github.com/samimsu/chatgpt-scroller","commit_stats":null,"previous_names":["samimsu/chatgpt-scroller"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samimsu%2Fchatgpt-scroller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samimsu%2Fchatgpt-scroller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samimsu%2Fchatgpt-scroller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samimsu%2Fchatgpt-scroller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samimsu","download_url":"https://codeload.github.com/samimsu/chatgpt-scroller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460064,"owners_count":19966511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-02T04:38:30.948Z","updated_at":"2026-06-06T18:31:32.709Z","avatar_url":"https://github.com/samimsu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd\"\u003e\n      \u003cimg src=\"https://github.com/user-attachments/assets/ab2135ef-f5f4-4408-946a-3423a3dd5b5a\" width=\"128\" height=\"128\" alt=\"ChatGPT Scroller Icon\" /\u003e\n  \u003c/a\u003e\n  \u003ch1\u003e\n    \u003ca href=\"https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd\"\u003e\n      ChatGPT Scroller\n    \u003c/a\u003e\n  \u003c/h1\u003e\n\u003c/div\u003e\n\n[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/pelmadpbepelidfneidllbkmepmdpckd)](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)\n[![Chrome Web Store Last Updated](https://img.shields.io/chrome-web-store/last-updated/pelmadpbepelidfneidllbkmepmdpckd)](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)\n[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/pelmadpbepelidfneidllbkmepmdpckd)](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cdiv\u003eA chrome extension to make navigating ChatGPT conversations easier\u003c/div\u003e\n  \u003cbr /\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/947509b5-e2b2-4eb3-a7d9-4555e3903fa6\" /\u003e\n\u003c/div\u003e\n\n#### Table of Contents\n\n- [Add extension](#add-extension)\n- [Run extension from repository](#run-extension-from-repository)\n- [Local development](#local-development)\n\n---\n\n# Add extension\n\nClick on this [link](https://chromewebstore.google.com/detail/chatgpt-scroller/pelmadpbepelidfneidllbkmepmdpckd) to add the extension from the Chrome Web Store.\n\n---\n\n# Run extension from repository\n\nIf you would like to run the extension manually you can follow these instructions:\n\n1. Download and extract the latest zip file from [zips/](https://github.com/samimsu/chatgpt-scroller/blob/master/zips) or clone this repository.\n2. Go to chrome://extensions from your chrome browser address bar\n3. Turn on \"Developer mode\"\n4. Click on \"Load unpacked\"\n5. Select the extracted folder or cloned repository from step 1\n6. Go to a ChatGPT conversation\n7. You should now see the navigation buttons (refresh the page if you don't)\n8. Click on the navigation buttons to go to different parts of the conversation\n\n---\n\n# Local development\n\n1. Clone this repository\n2. Run `npm install`\n3. Run the extension using the same steps from the previous section (load from updated folder instead of zip)\n4. Make changes to the code\n5. Run `npx webpack` to create the build\n6. Click on the refresh button for the extension in chrome://extensions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamimsu%2Fchatgpt-scroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamimsu%2Fchatgpt-scroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamimsu%2Fchatgpt-scroller/lists"}