knogs
keyboard navigation on google search™
Cos'è knogs?
knogs è un'estensione di Chrome sviluppata da https://blog.nqzero.com, e la sua funzione principale è "keyboard navigation on google search™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione knogs
Scarica i file di estensione knogs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
use google search without the mouse keyboard shortcuts for use with google search j/k navigate google search results o to open the selected link in a new tab enter to open the selected link in the current tab shift+o or shift+enter to open the page in a new window / selects the search box esc unselects the search box note: set up your own search engine keyword for google for total mouse-free access chrome://chrome/settings/searchEngines my normal search sequence is as follows ctrl-L g space stuff j j j o this does a google search on "stuff", cursors to the 3rd item and opens it in a new tab google search is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Informazioni di Base sull'Estensione
Nome | knogs |
ID | lmcekibeekmfpmhanampimjjegknceik |
URL Ufficiale | https://chromewebstore.google.com/detail/knogs/lmcekibeekmfpmhanampimjjegknceik |
Descrizione | keyboard navigation on google search™ |
Dimensione del File | 10.88 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2015-08-07 |
Data di Pubblicazione | 2015-08-06 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://blog.nqzero.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "knogs.user.js" ], "matches": [ "*:\/\/*.google.com\/search*" ], "run_at": "document_idle" } ], "name": "knogs", "description": "keyboard navigation on google search\u2122", "web_accessible_resources": [ "kludge.js", "docs\/googleKeyboard.js" ], "version": "1.1.0" } |