Tiny notes
Create your tiny notes without leaving current tab
What is Tiny notes?
Tiny notes is a Chrome extension developed by taras.d, and its main feature is "Create your tiny notes without leaving current tab".
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
Extension Basic Information
Name | Tiny notes |
ID | bhpicdlgfpjaidahkmfddkehnmlbljed |
Official URL | https://chromewebstore.google.com/detail/tiny-notes/bhpicdlgfpjaidahkmfddkehnmlbljed |
Description | Create your tiny notes without leaving current tab |
File Size | 38.17 KB |
Installation Count | 71 |
Current Version | 1.0.3 |
Last Updated | 2017-02-20 |
Publish Date | 2017-02-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | taras.d |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny notes", "version": "1.0.3", "description": "Create your tiny notes without leaving current tab", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Tiny notes", "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" } } } |