A simple and lightweight Chrome extension for saving and managing quick notes directly from your browser.
- Quick Note Saving - Save notes with a single click
- Local Storage - All notes are saved locally using Chrome Storage API
- Timestamp Recording - Each note automatically records the date and time it was created
- Easy Deletion - Delete individual notes with a single click
- Clean Interface - Simple and intuitive user interface
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" using the toggle in the top-right corner
- Click "Load unpacked" and select the QuickNotes folder
- The extension will appear in your Chrome toolbar
- Click the Quick Notes icon in your Chrome toolbar
- Type your note in the text area
- Click "Save note" to add it to your notes list
- Your notes appear below with timestamps
- Click the "×" button to delete any note
index.html- Extension popup interfaceindex.js- Main application logicindex.css- Styling and layoutmanifest.json- Chrome extension configuration
- HTML5
- CSS3
- JavaScript (Vanilla)
- Chrome Storage API
- Chrome Extensions Manifest V3
- Google Chrome browser
- No external dependencies
- Data is stored locally in your browser and never sent to external servers
- Each note has a unique ID and timestamp
- To uninstall, go to
chrome://extensions/and click the remove button
Feel free to use and modify this project as needed.