Add to TreeDBNotes

Add selection to TreeDBNotes

Co to jest Add to TreeDBNotes?

Add to TreeDBNotes to rozszerzenie Chrome opracowane przez https://www.mytreedb.com, a jego główną funkcją jest „Add selection to TreeDBNotes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Add to TreeDBNotes

Pobierz pliki rozszerzeń Add to TreeDBNotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Oficjalny URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Opis Add selection to TreeDBNotes
Rozmiar pliku 9.4 KB
Liczba instalacji 202
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-01-29
Data Publikacji 2014-01-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.mytreedb.com
Typ Płatności free
Strona Rozszerzenia http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Obsługiwane Języki 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"
    ]
}