Search Button for thefreedictionary.com

thefreedictionary.com

Co je Search Button for thefreedictionary.com?

Search Button for thefreedictionary.com je rozšíření Chrome vyvinuté zardosht, a jeho hlavní funkcí je „thefreedictionary.com“.

Stáhnout soubor CRX rozšíření Search Button for thefreedictionary.com

Stáhněte si soubory rozšíření Search Button for thefreedictionary.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
Oficiální URL https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
Popis thefreedictionary.com
Velikost souboru 12.86 KB
Počet instalací 146
Aktuální Verze 1.0
Poslední Aktualizace 2014-01-11
Datum Vydání 2014-01-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář zardosht
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}