My Note
omt my note.
What is My Note?
My Note is a Chrome extension developed by https://omtlab.com, and its main feature is "omt my note.".
Extension Screenshots
Download My Note Extension CRX File
Download My Note 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
My note app allow user to add quick note without closing current tab. App contains clean design and easy to use.
Extension Basic Information
Name | My Note |
ID | lkicibckddkkppgalmddljodkihlkjoo |
Official URL | https://chromewebstore.google.com/detail/my-note/lkicibckddkkppgalmddljodkihlkjoo |
Description | omt my note. |
File Size | 114 KB |
Installation Count | 174 |
Current Version | 1.0 |
Last Updated | 2013-01-31 |
Publish Date | 2013-01-30 |
Rating | 2.40/5 Total 5 Ratings |
Developer | https://omtlab.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Note", "version": "1.0", "manifest_version": 2, "description": "omt my note.", "browser_action": { "default_icon": { "19": "omt_icon_mynote16.png", "38": "omt_icon_mynote48.png" }, "default_title": "My Note", "default_popup": "omt\\html\\omtmynote.html" }, "icons": { "16": "omt_icon_mynote16.png", "48": "omt_icon_mynote48.png", "128": "omt_icon_mynote128.png" }, "permissions": [ "http:\/\/omtlab.com\/" ] } |