Word Definition

Get detailed definition in both English and Chinese for any selected word on a webpage.

Co to jest Word Definition?

Word Definition to rozszerzenie Chrome opracowane przez http://haohany.github.io, a jego główną funkcją jest „Get detailed definition in both English and Chinese for any selected word on a webpage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Word Definition

Pobierz pliki rozszerzeń Word Definition 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

                        Just select a word and you're good to go!                    

Podstawowe informacje o rozszerzeniu

Nazwa Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
Oficjalny URL https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Opis Get detailed definition in both English and Chinese for any selected word on a webpage.
Rozmiar pliku 51.54 KB
Liczba instalacji 181
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-03-01
Data Publikacji 2015-03-01
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper http://haohany.github.io
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Definition",
    "version": "1.2",
    "description": "Get detailed definition in both English and Chinese for any selected word on a webpage.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "pref.js",
            "bg.js"
        ]
    },
    "browser_action": {
        "default_title": "Word Definition",
        "default_icon": {
            "19": "img\/icon19.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js",
                "jquery.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}