Add to TreeDBNotes

Add selection to TreeDBNotes

Wat is Add to TreeDBNotes?

Add to TreeDBNotes is een Chrome-extensie ontwikkeld door https://www.mytreedb.com, en de belangrijkste functie is "Add selection to TreeDBNotes".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Add to TreeDBNotes

Download Add to TreeDBNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Officiële URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Beschrijving Add selection to TreeDBNotes
Bestandsgrootte 9.4 KB
Aantal Installaties 202
Huidige Versie 1.2
Laatst Bijgewerkt 2014-01-29
Publicatiedatum 2014-01-29
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.mytreedb.com
Betalingswijze free
Extensiewebsite http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Ondersteunde Talen 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"
    ]
}