Coconote

Take notes in your browser new tab.

Cos'è Coconote?

Coconote è un'estensione di Chrome sviluppata da pierre.goutheraud, e la sua funzione principale è "Take notes in your browser new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Coconote

Scarica i file di estensione Coconote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Coconote Coconote
ID kjdgikbdpepfaccfiejmignfbogjbbop
URL Ufficiale https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop
Descrizione Take notes in your browser new tab.
Dimensione del File 403 KB
Conteggio Installazioni 45
Versione Corrente 1.4.3
Ultimo Aggiornamento 2020-03-21
Data di Pubblicazione 2020-03-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore pierre.goutheraud
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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';"
}