Search Button for thefreedictionary.com

thefreedictionary.com

What is Search Button for thefreedictionary.com?

Search Button for thefreedictionary.com is a Chrome extension developed by zardosht, and its main feature is "thefreedictionary.com".

Download Search Button for thefreedictionary.com Extension CRX File

Download Search Button for thefreedictionary.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
Official URL https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
Description thefreedictionary.com
File Size 12.86 KB
Installation Count 146
Current Version 1.0
Last Updated 2014-01-11
Publish Date 2014-01-11
Rating 5.00/5 Total 1 Ratings
Developer zardosht
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}