Chrome Quick Notes
Write a note!
What is Chrome Quick Notes?
Chrome Quick Notes is a Chrome extension developed by Romkaq, and its main feature is "Write a note!".
Extension Screenshots
Download Chrome Quick Notes Extension CRX File
Download Chrome Quick 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
A simple notepad extension for Google Chrome. Click on extension icon and take a note! Extension remembers your notes , even after closing chrome or restarting your computer! You can save your note as txt file!
Extension Basic Information
Name | Chrome Quick Notes |
ID | ihfekgbkjbnaglhgpkpaajnlnihppidk |
Official URL | https://chromewebstore.google.com/detail/chrome-quick-notes/ihfekgbkjbnaglhgpkpaajnlnihppidk |
Description | Write a note! |
File Size | 18.1 KB |
Installation Count | 110 |
Current Version | 2.0 |
Last Updated | 2022-07-31 |
Publish Date | 2021-08-26 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Romkaq |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Quick Notes", "description": "Write a note!", "version": "2.0", "icons": { "128": "icon128.png" }, "action": { "default_title": "Chrome Quick Notes", "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ], "incognito": "split", "default_locale": "en" } |