Add to TreeDBNotes

Add selection to TreeDBNotes

什么是Add to TreeDBNotes?

Add to TreeDBNotes是由https://www.mytreedb.com开发的Chrome扩展程序,该扩展的主要功能是“Add selection to TreeDBNotes”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Add to TreeDBNotes扩展crx文件

下载Add to TreeDBNotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Add to TreeDBNotes Add to TreeDBNotes
ID pnakebccofiamiglfjhhonnejfomfhka
官方URL https://chromewebstore.google.com/detail/add-to-treedbnotes/pnakebccofiamiglfjhhonnejfomfhka
简介 Add selection to TreeDBNotes
文件大小 9.4 KB
安装次数 202
当前版本 1.2
更新时间 2014-01-29
上架时间 2014-01-29
评分 5.00/5 共2次评分
开发者 https://www.mytreedb.com
付费类型 free
扩展官网 http://mytreedb.com/view_blog/a-34-treedbnotes_web_grabber_web_clipper_addons.html
支持的语言 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"
    ]
}