Simple Quick Note
Simple extension for quick notes with a characters' counting feature
What is Simple Quick Note?
Simple Quick Note is a Chrome extension developed by Roman Grinyov, and its main feature is "Simple extension for quick notes with a characters' counting feature".
Extension Screenshots
Download Simple Quick Note Extension CRX File
Download Simple Quick 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
This extension is intended for quick notes that will be stored and synchronized in all your desktop devices Source code: https://goo.gl/hoYFHG
Extension Basic Information
Name | Simple Quick Note |
ID | jiabjkckgapmaalmfbjdkcbkpiafnfga |
Official URL | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga |
Description | Simple extension for quick notes with a characters' counting feature |
File Size | 118 KB |
Installation Count | 647 |
Current Version | 1.3.12 |
Last Updated | 2023-11-20 |
Publish Date | 2018-08-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Roman Grinyov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Quick Note", "description": "Simple extension for quick notes with a characters' counting feature", "version": "1.3.12", "icons": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "browser_action": { "default_icon": { "16": "img\/icons\/action-edit\/16x16.png", "48": "img\/icons\/action-edit\/48x48.png", "128": "img\/icons\/action-edit\/128x128.png" }, "default_title": "Simple Quick Note", "default_popup": "html\/popup.html" }, "background": { "persistent": false, "scripts": [ "js\/common.js", "js\/events.js" ] }, "permissions": [ "storage" ], "options_ui": { "chrome_style": true, "page": "html\/options.html" } } |