Search Button for thefreedictionary.com

thefreedictionary.com

Co to jest Search Button for thefreedictionary.com?

Search Button for thefreedictionary.com to rozszerzenie Chrome opracowane przez zardosht, a jego główną funkcją jest „thefreedictionary.com”.

Pobierz plik CRX rozszerzenia Search Button for thefreedictionary.com

Pobierz pliki rozszerzeń Search Button for thefreedictionary.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
Oficjalny URL https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
Opis thefreedictionary.com
Rozmiar pliku 12.86 KB
Liczba instalacji 146
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-01-11
Data Publikacji 2014-01-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper zardosht
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}