Secret Notes
Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
What is Secret Notes?
Secret Notes is a Chrome extension developed by Nicholas Z., and its main feature is "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".
Download Secret Notes Extension CRX File
Download Secret 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 | Secret Notes |
ID | hedimpoelhfnnnkhnbbdpaahkjenfppn |
Official URL | https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn |
Description | Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly |
File Size | 39.12 KB |
Installation Count | 173 |
Current Version | 2.0 |
Last Updated | 2018-01-18 |
Publish Date | 2018-01-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nicholas Z. |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Secret Notes", "short_name": "SecretNotes", "description": "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly", "version": "2.0", "icons": { "128": "icon\/128.png", "48": "icon\/48.png" }, "browser_action": { "default_icon": "icon\/48.png", "default_popup": "popup.html" } } |