Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Qu'est-ce que Google Tab Select ?
Google Tab Select est une extension Chrome développée par ssh, et sa fonction principale est "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".
Télécharger le fichier CRX de l'extension Google Tab Select
Téléchargez les fichiers d'extension Google Tab Select 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 the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of 2017-07-31. This is a lightweight extension that brings back this dearly missed feature. The extension also includes functionality for quickly focusing and selecting the text in the search bar. This is done by the shortcut CMD + K.
Informations de Base sur l'Extension
Nom | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
URL Officiel | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
Description | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
Taille du Fichier | 9.99 KB |
Nombre d'Installations | 9 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-04-19 |
Date de Publication | 2018-04-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ssh |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Tab Select", "version": "1.1.0", "manifest_version": 2, "browser_action": { "default_icon": "images\/google-tab128.png" }, "icons": { "48": "images\/google-tab48.png", "128": "images\/google-tab128.png" }, "content_scripts": [ { "js": [ "google-tab.js" ], "css": [ "google-tab.css" ], "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*:\/\/*.google.*\/*" ] } ] } |