Add to TreeDBNotes

Add selection to TreeDBNotes

O que é Add to TreeDBNotes?

Add to TreeDBNotes é uma extensão do Chrome desenvolvida por https://www.mytreedb.com, e sua principal característica é "Add selection to TreeDBNotes".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Add to TreeDBNotes

Baixe arquivos de extensão Add to TreeDBNotes 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

                        This extension allows you to send the selection to the TreeDBNotes. Just select some text from web page and press "Add to TreeDBNotes" from Chrome Right-click menu. TreeDBNotes must be installed on your computer. More info about TreeDBNotes: www.mytreedb.com                    

Informações Básicas da Extensão

Nome Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
URL Oficial https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Descrição Add selection to TreeDBNotes
Tamanho do Arquivo 9.4 KB
Contagem de Instalações 202
Versão Atual 1.2
Última Atualização 2014-01-29
Data de Publicação 2014-01-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.mytreedb.com
Tipo de Pagamento free
Site da Extensão http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to TreeDBNotes",
    "description": "Add selection to TreeDBNotes",
    "homepage_url": "http:\/\/www.mytreedb.com",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*.*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/localhost:1978\/*",
        "tabs",
        "contextMenus"
    ]
}