Word Definition

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

什么是Word Definition?

Word Definition是由http://haohany.github.io开发的Chrome扩展程序,该扩展的主要功能是“Get detailed definition in both English and Chinese for any selected word on a webpage.”。

扩展截图

screenshot

下载Word Definition扩展crx文件

下载Word Definition扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Word Definition Word Definition
ID jhklfnhipgicandonpkkcpdofchbpjjk
官方URL https://chrome.google.com/webstore/detail/word-definition/jhklfnhipgicandonpkkcpdofchbpjjk
简介 Get detailed definition in both English and Chinese for any selected word on a webpage.
文件大小 51.54 KB
安装次数 181
当前版本 1.2
更新时间 2015-03-01
上架时间 2015-03-01
评分 5.00/5 共8次评分
开发者 http://haohany.github.io
付费类型 free
支持的语言 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"
    ]
}