Skip to content

shubsolos19/snapnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 SnapNote — AI Study Notes

Save any ChatGPT or Claude answer as a study note in one click. Search, tag, and export your notes.

Chrome Extension Version Manifest


✨ Features

  • 🤖 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.

🛠️ Project Structure

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

🚀 Installation

Install SnapNote locally in your browser using Developer Mode:

  1. Open Google Chrome and navigate to chrome://extensions in the address bar.
  2. Turn ON the Developer mode toggle in the top right corner.
  3. Click the "Load unpacked" button in the top left.
  4. Select the SnapNote folder that contains this repository.
  5. 🎉 Done! We recommend pinning the extension to your toolbar for easy access.

💡 How to Use

  1. Ask your AI: Head over to ChatGPT or Claude and ask a question.
  2. Save the knowledge: Once the AI responds, click the "Save as note" button that appears below the answer.
  3. Organize: Choose a relevant subject or enter a custom tag in the popup.
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors