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"
    ]
}