Add to TreeDBNotes

Add selection to TreeDBNotes

Co je Add to TreeDBNotes?

Add to TreeDBNotes je rozšíření Chrome vyvinuté https://www.mytreedb.com, a jeho hlavní funkcí je „Add selection to TreeDBNotes“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Add to TreeDBNotes

Stáhněte si soubory rozšíření Add to TreeDBNotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Oficiální URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Popis Add selection to TreeDBNotes
Velikost souboru 9.4 KB
Počet instalací 202
Aktuální Verze 1.2
Poslední Aktualizace 2014-01-29
Datum Vydání 2014-01-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://www.mytreedb.com
Typ Platby free
Webové stránky Rozšíření http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Podporované Jazyky 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"
    ]
}