Dnote

Capture your microlessons without leaving the browser.

O que é Dnote?

Dnote é uma extensão do Chrome desenvolvida por http://dnote.io, e sua principal característica é "Capture your microlessons without leaving the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dnote

Baixe arquivos de extensão Dnote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Dnote Dnote
ID mcfbfmihbijfaambfbbfcdcfibcjcahi
URL Oficial https://chrome.google.com/webstore/detail/dnote/mcfbfmihbijfaambfbbfcdcfibcjcahi
Descrição Capture your microlessons without leaving the browser.
Tamanho do Arquivo 112 KB
Contagem de Instalações 77
Versão Atual 2.0.0
Última Atualização 2019-10-28
Data de Publicação 2019-10-28
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor http://dnote.io
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}