ClickSearch
Search Wikipedia and Google via hotkeys and double-clicking
Vad är ClickSearch?
ClickSearch är en Chrome-tillägg utvecklad av https://www.keithtlee.com, och dess huvudfunktion är "Search Wikipedia and Google via hotkeys and double-clicking".
Tilläggsskärmbilder
Ladda ner ClickSearch-förlängningens CRX-fil
Ladda ner ClickSearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | gemdilinbpmggnandklhjnhcdbcjijph |
| Officiell webbadress | https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph |
| Beskrivning | Search Wikipedia and Google via hotkeys and double-clicking |
| Filstorlek | 94.8 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.2.4 |
| Senast Uppdaterad | 2013-08-27 |
| Publiceringsdatum | 2013-08-26 |
| Utvecklare | https://www.keithtlee.com |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |