Coconote

Take notes in your browser new tab.

Qu'est-ce que Coconote ?

Coconote est une extension Chrome développée par pierre.goutheraud, et sa fonction principale est "Take notes in your browser new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Coconote

Téléchargez les fichiers d'extension Coconote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Coconote Coconote
ID kjdgikbdpepfaccfiejmignfbogjbbop
URL Officiel https://chromewebstore.google.com/detail/coconote/kjdgikbdpepfaccfiejmignfbogjbbop
Description Take notes in your browser new tab.
Taille du Fichier 403 KB
Nombre d'Installations 45
Version Actuelle 1.4.3
Dernière Mise à Jour 2020-03-21
Date de Publication 2020-03-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur pierre.goutheraud
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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';"
}