Add to TreeDBNotes

Add selection to TreeDBNotes

What is Add to TreeDBNotes?

Add to TreeDBNotes is a Chrome extension developed by https://www.mytreedb.com, and its main feature is "Add selection to TreeDBNotes".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Add to TreeDBNotes Extension CRX File

Download Add to TreeDBNotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
Official URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
Description Add selection to TreeDBNotes
File Size 9.4 KB
Installation Count 202
Current Version 1.2
Last Updated 2014-01-29
Publish Date 2014-01-29
Rating 5.00/5 Total 2 Ratings
Developer https://www.mytreedb.com
Payment Type free
Extension Website http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
Supported Languages 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"
    ]
}