Google Search Result Hotkeys
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
O que é Google Search Result Hotkeys?
Google Search Result Hotkeys é uma extensão do Chrome desenvolvida por Ian Wehrman, e sua principal característica é "Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Search Result Hotkeys
Baixe arquivos de extensão Google Search Result Hotkeys 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
Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc.
Informações Básicas da Extensão
Nome | Google Search Result Hotkeys |
ID | klgbcckheikhkhmklfbdbnhkmmpbmjce |
URL Oficial | https://chromewebstore.google.com/detail/google-search-result-hotk/klgbcckheikhkhmklfbdbnhkmmpbmjce |
Descrição | Navigate to Google Search results with the keyboard number keys. Press 1 to go to the first result, 2 to go the second, etc. |
Tamanho do Arquivo | 4.77 KB |
Contagem de Instalações | 67 |
Versão Atual | 0.0.9 |
Última Atualização | 2020-11-08 |
Data de Publicação | 2018-10-11 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | Ian Wehrman |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/iwehrman/google-search-result-hotkeys |
URL da Página de Ajuda | https://github.com/iwehrman/google-search-result-hotkeys |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Result Hotkeys", "version": "0.0.9", "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*" ], "js": [ "main.js" ] } ] } |