ZenNotes is a Chromium/firefox extension that allows you to quickly take notes directly from your browser. You can save selected text from any webpage as a note, and manage your notes through a simple interface.
- Save selected text as notes via the context menu.
- View and manage your notes in a popup interface.
- Notes are stored using IndexedDB for persistent storage.
- Edit notes, add titles, change the color, or delete them.
- Assign priorities and categories to your notes.
- Dark/Light mode support.
- Search functionality:
- Very fast.
- Case-insensitive.
- Filter by category, priority, or time.
- Smooth note preview animations.
- Clone the repository or download the ZIP file and extract it.
- Open Chrome/Edge and navigate to
chrome://extensions/
/edge://extensions/
. - Enable "Developer mode".
- Click on "Load unpacked" and select the directory containing the extension files.
Go to ZenNotes on Firefox Add-ons! and download it there.
In case you want to install it manually:
- Clone the repository or download the ZIP file and extract it.
- Replace
manifest.json
withmanifest_firefox.json
. - Go to
about:debugging#/runtime/this-firefox
- Select
Load Temporary Add-on…
- Select any file in the main folder (like manifest.json)
- Select text on any webpage.
- Right-click and choose "Save as Note" from the context menu.
- Click on the extension icon to view and manage your notes.
- Alternatively, you can use the popup interface to create, edit, and delete notes.
- Reorder categories.
This project is licensed under the MIT License.