Search Button for thefreedictionary.com

thefreedictionary.com

Search Button for thefreedictionary.comとは何ですか?

Search Button for thefreedictionary.comはzardoshtによって開発されたChromeの拡張機能で、その主な機能は「thefreedictionary.com」です。

Search Button for thefreedictionary.com拡張機能のCRXファイルをダウンロード

Search Button for thefreedictionary.com拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Search thefreedictionary.com in a new tab for the text selected in current tab.                    

拡張機能の基本情報

名前 Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
公式URL https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
説明 thefreedictionary.com
ファイルサイズ 12.86 KB
インストール数 146
現在のバージョン 1.0
最終更新日 2014-01-11
公開日 2014-01-11
評価 5.00/5 合計 1 レビュー
開発者 zardosht
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Button for thefreedictionary.com",
    "version": "1.0",
    "background": {
        "scripts": [
            "content\/background.js"
        ],
        "persistent": false
    },
    "description": "thefreedictionary.com",
    "browser_action": {
        "default_icon": "icons\/fd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/selection_service.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.thefreedictionary.com\/",
        "tabs",
        "activeTab"
    ]
}