Add to TreeDBNotes

Add selection to TreeDBNotes

Was ist Add to TreeDBNotes?

Add to TreeDBNotes ist eine Chrome-Erweiterung, die von https://www.mytreedb.com entwickelt wurde, und ihr Hauptmerkmal ist "Add selection to TreeDBNotes".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Add to TreeDBNotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add to TreeDBNotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Offizielle URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Beschreibung Add selection to TreeDBNotes
Dateigröße 9.4 KB
Installationsanzahl 202
Aktuelle Version 1.2
Letztes Update 2014-01-29
Veröffentlichungsdatum 2014-01-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.mytreedb.com
Zahlungsart free
Erweiterungswebsite http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Unterstützte Sprachen 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"
    ]
}