Add to TreeDBNotes

Add selection to TreeDBNotes

Vad är Add to TreeDBNotes?

Add to TreeDBNotes är en Chrome-tillägg utvecklad av https://www.mytreedb.com, och dess huvudfunktion är "Add selection to TreeDBNotes".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Add to TreeDBNotes-förlängningens CRX-fil

Ladda ner Add to TreeDBNotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Officiell webbadress https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Beskrivning Add selection to TreeDBNotes
Filstorlek 9.4 KB
Antal Installationer 202
Aktuell Version 1.2
Senast Uppdaterad 2014-01-29
Publiceringsdatum 2014-01-29
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.mytreedb.com
Betalningssätt free
Tilläggswebbplats http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Stödda Språk 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"
    ]
}