Dnote

Capture your microlessons without leaving the browser.

Cos'è Dnote?

Dnote è un'estensione di Chrome sviluppata da http://dnote.io, e la sua funzione principale è "Capture your microlessons without leaving the browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Dnote

Scarica i file di estensione Dnote 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

                        A simple personal knowledge base. Instantly capture new information within your browser without switching contexts.                    

Informazioni di Base sull'Estensione

Nome Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
URL Ufficiale https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Descrizione Capture your microlessons without leaving the browser.
Dimensione del File 112 KB
Conteggio Installazioni 77
Versione Corrente 2.0.0
Ultimo Aggiornamento 2019-10-28
Data di Pubblicazione 2019-10-28
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore http://dnote.io
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dnote",
    "version": "2.0.0",
    "description": "Capture your microlessons without leaving the browser.",
    "icons": {
        "16": "images\/iconx16.png",
        "48": "images\/iconx48.png",
        "128": "images\/iconx128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/iconx16.png",
            "32": "images\/iconx32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": []
    },
    "content_scripts": [],
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+D",
                "mac": "MacCtrl+D"
            }
        }
    }
}