Tiny Notes
A tiny app for write quickly
What is Tiny Notes?
Tiny Notes is a Chrome extension developed by KevinPy, and its main feature is "A tiny app for write quickly".
Extension Screenshots
Download Tiny Notes Extension CRX File
Download Tiny 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 tiny app in a popup for write quickly your notes.
Extension Basic Information
Name | Tiny Notes |
ID | fpdnhficobcdnpddhojihlopljhnmkga |
Official URL | https://chromewebstore.google.com/detail/tiny-notes/fpdnhficobcdnpddhojihlopljhnmkga |
Description | A tiny app for write quickly |
File Size | 25.51 KB |
Installation Count | 40 |
Current Version | 0.0.1 |
Last Updated | 2019-03-04 |
Publish Date | 2019-03-04 |
Developer | KevinPy |
[email protected] | |
Payment Type | free |
Extension Website | https://kevinpy.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Notes", "version": "0.0.1", "manifest_version": 2, "description": "A tiny app for write quickly", "icons": { "128": "assets\/img\/icons\/icon-128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "browser_action": { "default_icon": { "128": "assets\/img\/icons\/icon-128.png" }, "default_popup": "popup.html" } } |