Google Tab Select
Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…
O que é Google Tab Select?
Google Tab Select é uma extensão do Chrome desenvolvida por ssh, e sua principal característica é "Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of…".
Baixar o arquivo CRX da Extensão Google Tab Select
Baixe arquivos de extensão Google Tab Select no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Tab Select |
ID | mblfjbikliogabdaihjimkncpmcepepe |
URL Oficial | https://chromewebstore.google.com/detail/google-tab-select/mblfjbikliogabdaihjimkncpmcepepe |
Descrição | Use the tab key to navigate through Google search results much more efficiently. This functionality was removed by Google as of… |
Tamanho do Arquivo | 9.99 KB |
Contagem de Instalações | 9 |
Versão Atual | 1.1.0 |
Última Atualização | 2018-04-19 |
Data de Publicação | 2018-04-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ssh |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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.*\/*" ] } ] } |