Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
Cos'è Google Tab Select?
Google Tab Select è un'estensione di Chrome sviluppata da ssh, e la sua funzione principale è "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".
Scarica il file CRX dell'estensione Google Tab Select
Scarica i file di estensione Google Tab Select 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 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.
Informazioni di Base sull'Estensione
Nome | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
URL Ufficiale | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
Descrizione | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
Dimensione del File | 9.99 KB |
Conteggio Installazioni | 9 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2018-04-19 |
Data di Pubblicazione | 2018-04-19 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | ssh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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.*\/*" ] } ] } |