Word Definition

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

Wat is Word Definition?

Word Definition is een Chrome-extensie ontwikkeld door http://haohany.github.io, en de belangrijkste functie is "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Word Definition

Download Word Definition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
Officiële URL https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
Beschrijving Get detailed definition in both English and Chinese for any selected word on a webpage.
Bestandsgrootte 51.54 KB
Aantal Installaties 181
Huidige Versie 1.2
Laatst Bijgewerkt 2015-03-01
Publicatiedatum 2015-03-01
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar http://haohany.github.io
Betalingswijze free
Ondersteunde Talen 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"
    ]
}