Coconote
Take notes in your browser new tab.
Wat is Coconote?
Coconote is een Chrome-extensie ontwikkeld door pierre.goutheraud, en de belangrijkste functie is "Take notes in your browser new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coconote
Download Coconote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Coconote |
ID | kjdgikbdpepfaccfiejmignfbogjbbop |
Officiële URL | https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop |
Beschrijving | Take notes in your browser new tab. |
Bestandsgrootte | 403 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.4.3 |
Laatst Bijgewerkt | 2020-03-21 |
Publicatiedatum | 2020-03-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | pierre.goutheraud |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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';" } |