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
官方網址 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"
    ]
}