Note It !
make a short note in Chrome
What is Note It !?
Note It ! is a Chrome extension developed by https://sutthirak.info, and its main feature is "make a short note in Chrome".
Extension Screenshots
Download Note It ! Extension CRX File
Download Note It ! 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
Short Note across your Chrome.
Extension Basic Information
Name | Note It ! |
ID | daadpdebbeekfgjeldnkkpcjkemjbadm |
Official URL | https://chromewebstore.google.com/detail/note-it/daadpdebbeekfgjeldnkkpcjkemjbadm |
Description | make a short note in Chrome |
File Size | 174 KB |
Installation Count | 161 |
Current Version | 1.0 |
Last Updated | 2015-07-27 |
Publish Date | 2015-07-27 |
Rating | 2.00/5 Total 2 Ratings |
Developer | https://sutthirak.info |
Payment Type | free |
Extension Website | http://www.sutthirak.info |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Note It !", "description": "make a short note in Chrome", "version": "1.0", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "note.html", "default_title": "Note It !" }, "permissions": [ "storage" ] } |