ClickSearch
Search Wikipedia and Google via hotkeys and double-clicking
什么是ClickSearch?
ClickSearch是由https://www.keithtlee.com开发的Chrome扩展程序,该扩展的主要功能是“Search Wikipedia and Google via hotkeys and double-clicking”。
扩展截图
下载ClickSearch扩展crx文件
下载ClickSearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Revolutionary feature that allows users to Wiki or Google search via hotkeys.
Example:
Hold ctrl/cmd and double click a word to wiki/google search the word.
Highlight a phrase and press CMD/Ctrl and Shift simultaneously to wiki/google search that phrase!
Search service is customizable in ClickSearch's options page. 扩展基本信息
| 名称 | |
| ID | gemdilinbpmggnandklhjnhcdbcjijph |
| 官方URL | https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph |
| 简介 | Search Wikipedia and Google via hotkeys and double-clicking |
| 文件大小 | 94.8 KB |
| 安装次数 | 15 |
| 当前版本 | 1.2.4 |
| 更新时间 | 2013-08-27 |
| 上架时间 | 2013-08-26 |
| 开发者 | https://www.keithtlee.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ClickSearch",
"description": "Search Wikipedia and Google via hotkeys and double-clicking",
"version": "1.2.4",
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"jquery-2.0.3.min.js",
"wiki.js"
]
}
],
"web_accessible_resources": [
"jquery-2.0.3.min.map"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"storage"
],
"icons": {
"16": "ClickSearch16.png",
"48": "ClickSearch48.png",
"128": "ClickSearch128.png"
}
} | |