Coconote
Take notes in your browser new tab.
What is Coconote?
Coconote is a Chrome extension developed by pierre.goutheraud, and its main feature is "Take notes in your browser new tab.".
Extension Screenshots
Download Coconote Extension CRX File
Download Coconote 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
Coconote is a new tab extension to take notes. Everything is saved up and synched on all your devices. Made with ❤️ by http://pierregoutheraud.fr
Extension Basic Information
Name | Coconote |
ID | kjdgikbdpepfaccfiejmignfbogjbbop |
Official URL | https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop |
Description | Take notes in your browser new tab. |
File Size | 403 KB |
Installation Count | 45 |
Current Version | 1.4.3 |
Last Updated | 2020-03-21 |
Publish Date | 2020-03-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | pierre.goutheraud |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coconote", "version": "1.4.3", "manifest_version": 2, "description": "Take notes in your browser new tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/; connect-src ws:\/\/localhost:63168\/; font-src *; style-src * 'unsafe-inline';" } |