ClickSearch
Search Wikipedia and Google via hotkeys and double-clicking
What is ClickSearch?
ClickSearch is a Chrome extension developed by https://www.keithtlee.com, and its main feature is "Search Wikipedia and Google via hotkeys and double-clicking".
Extension Screenshots
Download ClickSearch Extension CRX File
Download ClickSearch 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
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.
Extension Basic Information
Name | ClickSearch |
ID | gemdilinbpmggnandklhjnhcdbcjijph |
Official URL | https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph |
Description | Search Wikipedia and Google via hotkeys and double-clicking |
File Size | 94.8 KB |
Installation Count | 15 |
Current Version | 1.2.4 |
Last Updated | 2013-08-27 |
Publish Date | 2013-08-26 |
Developer | https://www.keithtlee.com |
Payment Type | free |
Supported Languages | 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" } } |