knogs
keyboard navigation on google search™
Qu'est-ce que knogs ?
knogs est une extension Chrome développée par https://blog.nqzero.com, et sa fonction principale est "keyboard navigation on google search™".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension knogs
Téléchargez les fichiers d'extension knogs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | knogs |
ID | lmcekibeekmfpmhanampimjjegknceik |
URL Officiel | https://chromewebstore.google.com/detail/knogs/lmcekibeekmfpmhanampimjjegknceik |
Description | keyboard navigation on google search™ |
Taille du Fichier | 10.88 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2015-08-07 |
Date de Publication | 2015-08-06 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://blog.nqzero.com |
Type de Paiement | free |
Site Web de l'Extension | http://blog.nqzero.com/2011/12/googles-experimental-page-used-to-list.html |
Langues Prises en Charge | 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" } |