Save any ChatGPT or Claude answer as a study note in one click. Search, tag, and export your notes.
- 🤖 One-Click Save: Instantly save any response from ChatGPT or Claude directly from the chat interface.
- 🏷️ Smart Tagging: Categorize your notes by subject (e.g., English, Coding, or Custom tags).
- 🔍 Search & Filter: Quickly find exactly what you're looking for through the intuitive extension popup.
- 💾 Local Storage: Notes are safely and securely saved in your browser's local storage.
- ⚡ Seamless UI: Clean, lightweight pop-up and minimally intrusive on-page buttons.
The project follows a standard Manifest V3 Chrome Extension architecture:
SnapNote/
├── 📄 manifest.json # Extension configuration
├── 📜 content.js # Injects "Save" button into ChatGPT/Claude
├── 🎨 content.css # Styles for the Save button and tag picker
├── 🖼️ popup.html # Extension popup UI structure
├── 📜 popup.js # Logic for managing, displaying, and searching notes
├── 🎨 popup.css # Popup styling and themes
└── ℹ️ README.md # Project documentation
Install SnapNote locally in your browser using Developer Mode:
- Open Google Chrome and navigate to
chrome://extensionsin the address bar. - Turn ON the Developer mode toggle in the top right corner.
- Click the "Load unpacked" button in the top left.
- Select the
SnapNotefolder that contains this repository. - 🎉 Done! We recommend pinning the extension to your toolbar for easy access.
- Ask your AI: Head over to ChatGPT or Claude and ask a question.
- Save the knowledge: Once the AI responds, click the "Save as note" button that appears below the answer.
- Organize: Choose a relevant subject or enter a custom tag in the popup.
- Access anytime: Click the SnapNote icon in your browser toolbar to open the dashboard. Here you can browse, copy, delete, and search your saved notes!
Built to accelerate your learning flow.