Easy Notes
Easiest way for taking quick notes.
What is Easy Notes?
Easy Notes is a Chrome extension developed by daoket, and its main feature is "Easiest way for taking quick notes.".
Extension Screenshots
Download Easy Notes Extension CRX File
Download Easy Notes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. RECENT UPDATES: ** Update 1.4 (2024-1-12) ** 1. support Manifest V3 ** Update 1.3 (2020-12-24) ** 1. Beautify style ** Update 1.0 (2019-1-27) ** 1. created Easy Notes PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.
Extension Basic Information
Name | Easy Notes |
ID | hepiplahmadecihpoebffepnghmmkjem |
Official URL | https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem |
Description | Easiest way for taking quick notes. |
File Size | 199 KB |
Installation Count | 77 |
Current Version | 1.4 |
Last Updated | 2024-01-12 |
Publish Date | 2019-02-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | daoket |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Notes", "version": "1.4", "description": "Easiest way for taking quick notes. ", "author": "daoket", "icons": { "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "resources": [ "inject.js" ] } ] } |