https://github.com/m-sarabi/zennotes
A handy chromium/firefox extension to take quick note from anywhere on the internet.
https://github.com/m-sarabi/zennotes
chrome-extension edge-extension extension firefox-addon firefox-extension note quick-note
Last synced: about 2 months ago
JSON representation
A handy chromium/firefox extension to take quick note from anywhere on the internet.
- Host: GitHub
- URL: https://github.com/m-sarabi/zennotes
- Owner: m-sarabi
- License: mit
- Created: 2024-07-25T09:49:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T19:50:02.000Z (11 months ago)
- Last Synced: 2025-12-26T04:35:59.642Z (6 months ago)
- Topics: chrome-extension, edge-extension, extension, firefox-addon, firefox-extension, note, quick-note
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# ZenNotes Extension
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.
## Features
- 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.
## Screenshots
|  |  |  |
| ---- | ---- | ---- |
|  |  |  |
## Installation
### Chrome/Edge
1. Clone the repository or download the ZIP file and extract it.
2. Open Chrome/Edge and navigate to `chrome://extensions/`/`edge://extensions/`.
3. Enable "Developer mode".
4. Click on "Load unpacked" and select the directory containing the extension files.
### Firefox
Go to [ZenNotes on Firefox Add-ons!](https://addons.mozilla.org/en-GB/firefox/addon/zennotes/) and download it there.
In case you want to install it manually:
1. Clone the repository or download the ZIP file and extract it.
2. Replace `manifest.json` with `manifest_firefox.json`.
3. Go to `about:debugging#/runtime/this-firefox`
4. Select `Load Temporary Add-on…`
5. Select any file in the main folder (like manifest.json)
## Usage
1. Select text on any webpage.
2. Right-click and choose "Save as Note" from the context menu.
3. Click on the extension icon to view and manage your notes.
4. Alternatively, you can use the popup interface to create, edit, and delete notes.
## Planned Features
- Reorder categories.
## License
This project is licensed under the MIT License.