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
电子邮箱 [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"
    ]
}