Add to TreeDBNotes

Add selection to TreeDBNotes

Cos'è Add to TreeDBNotes?

Add to TreeDBNotes è un'estensione di Chrome sviluppata da https://www.mytreedb.com, e la sua funzione principale è "Add selection to TreeDBNotes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Add to TreeDBNotes

Scarica i file di estensione Add to TreeDBNotes 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

                        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                    

Informazioni di Base sull'Estensione

Nome Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
URL Ufficiale https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Descrizione Add selection to TreeDBNotes
Dimensione del File 9.4 KB
Conteggio Installazioni 202
Versione Corrente 1.2
Ultimo Aggiornamento 2014-01-29
Data di Pubblicazione 2014-01-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://www.mytreedb.com
Tipo di Pagamento free
Sito Web dell'Estensione http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Lingue Supportate 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"
    ]
}