Definer Of Words

Defines Words You Highlight With Mouse Cursor

什么是Definer Of Words?

Definer Of Words是由kevin.teal1开发的Chrome扩展程序,该扩展的主要功能是“Defines Words You Highlight With Mouse Cursor”。

扩展截图

screenshot

下载Definer Of Words扩展crx文件

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

扩展使用说明

                        This is an page dictionary. All you have to do is highlight a word on the page with the mouse cursor and then an information box will appear with the definition of the word. 

This app will be great for those learning the English language.                    

扩展基本信息

名称 Definer Of Words Definer Of Words
ID apgbjnebgghbmgpdcllmonpdeecjlmbm
官方URL https://chrome.google.com/webstore/detail/definer-of-words/apgbjnebgghbmgpdcllmonpdeecjlmbm
简介 Defines Words You Highlight With Mouse Cursor
文件大小 45.1 KB
安装次数 169
当前版本 1.0
更新时间 2015-07-21
上架时间 2015-07-21
评分 5.00/5 共1次评分
开发者 kevin.teal1
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Definer Of Words",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Defines Words You Highlight With Mouse Cursor",
    "browser_action": {
        "default_icon": "off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js"
            ]
        }
    ]
}