Word Definition

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

What is Word Definition?

Word Definition is a Chrome extension developed by http://haohany.github.io, and its main feature is "Get detailed definition in both English and Chinese for any selected word on a webpage.".

Extension Screenshots

screenshot

Download Word Definition Extension CRX File

Download Word Definition extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
Official URL 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.
File Size 51.54 KB
Installation Count 181
Current Version 1.2
Last Updated 2015-03-01
Publish Date 2015-03-01
Rating 5.00/5 Total 8 Ratings
Developer http://haohany.github.io
Payment Type free
Supported Languages 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"
    ]
}