ClickSearch
Search Wikipedia and Google via hotkeys and double-clicking
Hvad er ClickSearch?
ClickSearch er en Chrome-udvidelse udviklet af https://www.keithtlee.com, og dens hovedfunktion er "Search Wikipedia and Google via hotkeys and double-clicking".
Udvidelsesskærmbilleder
Download ClickSearch-udvidelses-CRX-fil
Download ClickSearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | ClickSearch |
ID | gemdilinbpmggnandklhjnhcdbcjijph |
Officiel URL | https://chromewebstore.google.com/detail/clicksearch/gemdilinbpmggnandklhjnhcdbcjijph |
Beskrivelse | Search Wikipedia and Google via hotkeys and double-clicking |
Filstørrelse | 94.8 KB |
Antal Installationer | 15 |
Nuværende Version | 1.2.4 |
Senest Opdateret | 2013-08-27 |
Udgivelsesdato | 2013-08-26 |
Udvikler | https://www.keithtlee.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |