A Chrome extension that lets users bookmark specific ChatGPT responses and manage them through an in-page right sidebar and a popup. It saves messages locally using Chrome storage and includes search, tagging, copy, and delete features in a clean, dark-mode-friendly UI that matches the ChatGPT experience.
- Bookmark any ChatGPT response
- View saved messages in a sidebar or popup
- Add and manage tags
- Search saved messages instantly
- One-click copy
- Delete bookmarks
- Dark mode UI (matches ChatGPT)
- Local storage (no login required)
- Download the Project
-> Click the green Code button on GitHub -> Select Download ZIP -> Extract the ZIP file to a folder on your computer
- Open Chrome Extensions Page
-> Open Google Chrome -> In the address bar, type: chrome://extensions/ -> Press Enter
- Enable Developer Mode
-> Turn ON the toggle in the top-right corner: Developer Mode
- Load the Extension
-> Click “Load unpacked” -> Select the extracted project folder -> Click Open
- Done 🎉
-> The extension is now installed -> Open ChatGPT -> You should see a Bookmark button on responses
- Open ChatGPT
- Click the Bookmark Icon next to any response
- Open the extension popup or sidebar
- View, search, tag, copy, or delete saved messages
-> HTML -> CSS -> JavaScript -> Chrome Extension APIs -> Chrome Local Storage
/project-folder │── manifest.json │── content.js │── popup.html │── popup.js │── styles.css │── assets/
-> Cloud sync (Firebase) -> Export bookmarks (PDF / Notes) -> Folder organization -> Highlight important text
Feel free to fork this project and improve it. Suggestions and pull requests are welcome!
This project is open-source and free to use.