{"id":34622124,"url":"https://github.com/m-sarabi/zennotes","last_synced_at":"2026-04-16T17:01:18.407Z","repository":{"id":250132143,"uuid":"833563300","full_name":"m-sarabi/ZenNotes","owner":"m-sarabi","description":"A handy chromium/firefox extension to take quick note from anywhere on the internet.","archived":false,"fork":false,"pushed_at":"2025-07-31T19:50:02.000Z","size":336,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T04:35:59.642Z","etag":null,"topics":["chrome-extension","edge-extension","extension","firefox-addon","firefox-extension","note","quick-note"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-sarabi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-25T09:49:16.000Z","updated_at":"2025-11-13T17:51:57.000Z","dependencies_parsed_at":"2025-07-29T13:06:20.453Z","dependency_job_id":"e0ac7c20-1dbb-4e93-8be0-14f0cb2fdd83","html_url":"https://github.com/m-sarabi/ZenNotes","commit_stats":null,"previous_names":["m-sarabi/quicknotesextension","m-sarabi/zennotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-sarabi/ZenNotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-sarabi%2FZenNotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-sarabi%2FZenNotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-sarabi%2FZenNotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-sarabi%2FZenNotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-sarabi","download_url":"https://codeload.github.com/m-sarabi/ZenNotes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-sarabi%2FZenNotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31895650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T11:36:10.202Z","status":"ssl_error","status_checked_at":"2026-04-16T11:36:09.652Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","edge-extension","extension","firefox-addon","firefox-extension","note","quick-note"],"created_at":"2025-12-24T15:26:54.353Z","updated_at":"2026-04-16T17:01:18.359Z","avatar_url":"https://github.com/m-sarabi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZenNotes Extension\n\nZenNotes 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.\n\n## Features\n\n- Save selected text as notes via the context menu.\n- View and manage your notes in a popup interface.\n- Notes are stored using IndexedDB for persistent storage.\n- Edit notes, add titles, change the color, or delete them.\n- Assign priorities and categories to your notes.\n- Dark/Light mode support.\n- Search functionality:\n  - Very fast.\n  - Case-insensitive.\n  - Filter by category, priority, or time.\n- Smooth note preview animations.\n\n## Screenshots\n\n| ![2024-08-05_14-23](https://github.com/user-attachments/assets/2be7724b-58fb-4bca-86a9-4a828841b46e) | ![2024-08-05_14-30](https://github.com/user-attachments/assets/62e3ceb3-8578-4648-adda-dc00e84ad86b) | ![2024-08-05_14-31](https://github.com/user-attachments/assets/5dccf63b-fa0c-4a92-afa6-80a5c163433b) |\n| ---- | ---- | ---- |\n| ![2024-08-05_14-38](https://github.com/user-attachments/assets/e831f606-c5f5-4245-a637-2f3cc82fbeff) | ![2024-08-05_14-36_1](https://github.com/user-attachments/assets/199a28b7-5021-464e-ad1e-5b2a7f791365) | ![side](https://github.com/user-attachments/assets/8995d72c-a6bf-48e6-a973-f540c2e1a4d1) |\n\n## Installation\n\n### Chrome/Edge\n\n1. Clone the repository or download the ZIP file and extract it.\n2. Open Chrome/Edge and navigate to `chrome://extensions/`/`edge://extensions/`.\n3. Enable \"Developer mode\".\n4. Click on \"Load unpacked\" and select the directory containing the extension files.\n\n### Firefox\nGo to [ZenNotes on Firefox Add-ons!](https://addons.mozilla.org/en-GB/firefox/addon/zennotes/) and download it there.\n\nIn case you want to install it manually:\n1. Clone the repository or download the ZIP file and extract it.\n2. Replace `manifest.json` with `manifest_firefox.json`.\n3. Go to `about:debugging#/runtime/this-firefox`\n4. Select `Load Temporary Add-on…`\n5. Select any file in the main folder (like manifest.json)\n\n## Usage\n\n1. Select text on any webpage.\n2. Right-click and choose \"Save as Note\" from the context menu.\n3. Click on the extension icon to view and manage your notes.\n4. Alternatively, you can use the popup interface to create, edit, and delete notes.\n\n## Planned Features\n\n- Reorder categories.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-sarabi%2Fzennotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-sarabi%2Fzennotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-sarabi%2Fzennotes/lists"}