Noty
Note from the start
What is Noty?
Noty is a Chrome extension developed by Unknown, and its main feature is "Note from the start".
Extension Screenshots
Download Noty Extension CRX File
Download Noty 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
Turns start page to a minimalistic notepad with support for todo items and list items.
Extension Basic Information
Name | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
Official URL | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
Description | Note from the start |
File Size | 411 KB |
Installation Count | 44 |
Current Version | 0.0.1 |
Last Updated | 2019-09-12 |
Publish Date | 2019-09-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noty", "version": "0.0.1", "description": "Note from the start", "manifest_version": 2, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}", "strict_min_version": "42.0" } }, "chrome_url_overrides": { "newtab": "index.html" } } |