A minimal Chrome extension that lets you take and save notes using chrome.storage.local.
- Simple and clean interface
- Notes are automatically saved to Chrome's local storage
- Clear notes with a single click
- Responsive design that works on all window sizes
- Clone or download this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (toggle in the top-right corner)
- Click "Load unpacked" and select the extension directory
- The extension icon should appear in your Chrome toolbar
- Click the extension icon in your Chrome toolbar
- Type your note in the text area
- Click "Save Note" to save your note (it will be automatically loaded the next time you open the popup)
- Click "Clear" to remove the current note
To modify the extension:
- Make your changes to the files
- In Chrome, go to
chrome://extensions/ - Find the extension and click the refresh icon to reload it with your changes
This project is open source and available under the MIT License.