Word Definition

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

Qu'est-ce que Word Definition ?

Word Definition est une extension Chrome développée par http://haohany.github.io, et sa fonction principale est "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Word Definition

Téléchargez les fichiers d'extension Word Definition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
URL Officiel https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Description Get detailed definition in both English and Chinese for any selected word on a webpage.
Taille du Fichier 51.54 KB
Nombre d'Installations 181
Version Actuelle 1.2
Dernière Mise à Jour 2015-03-01
Date de Publication 2015-03-01
Évaluation 5.00/5 Total 8 Évaluations
Développeur http://haohany.github.io
Type de Paiement free
Langues Prises en Charge 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"
    ]
}