HighLight Search
Highlight a word and immediately get its definition!
什么是HighLight Search?
HighLight Search是由kkatongo开发的Chrome扩展程序,该扩展的主要功能是“Highlight a word and immediately get its definition!”。
扩展截图
下载HighLight Search扩展crx文件
下载HighLight Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Hold down "D" and highlight a word to get its dictionary definition, hold down "M" and highlight a movie title to get its IMDB summary and hold down "W" and highlight a name or organization to get is Wikipedia summary.                     扩展基本信息
| 名称 |   |  
| ID | fjdfnldionchjgjaphkfinfgaegokeaf | 
| 官方URL | https://chromewebstore.google.com/detail/highlight-search/fjdfnldionchjgjaphkfinfgaegokeaf | 
| 简介 | Highlight a word and immediately get its definition! | 
| 文件大小 | 1.11 MB | 
| 安装次数 | 48 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2016-06-19 | 
| 上架时间 | 2016-06-18 | 
| 开发者 | kkatongo | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HighLight Search",
    "description": "Highlight a word and immediately get its definition!",
    "version": "0.0.1",
    "icons": {
        "128": ".\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/xml-to-json\/xml.js",
                "scripts\/onload.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    }
}  |  |