Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
O que é Web Keyboard Navigator?
Web Keyboard Navigator é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "This extension that provide the keyboard navigator in Google, Naver Search".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Web Keyboard Navigator
Baixe arquivos de extensão Web Keyboard Navigator 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
Chrome extension that provide the keyboard navigator in Google Search 1. Search by Google 2. Press '/' for(* Naver : Press 'ESC') * Press '/' again 3. Press 'ArrowDown' => next result Press 'ArrowUp' => Prev result Press 'ArrowRight' => next page Press 'ArrowLeft' => Prev Page https://github.com/bluemirr5/google-search-keyboard-navigator
Informações Básicas da Extensão
Nome | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
URL Oficial | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
Descrição | This extension that provide the keyboard navigator in Google, Naver Search |
Tamanho do Arquivo | 184 KB |
Contagem de Instalações | 525 |
Versão Atual | 1.0.7 |
Última Atualização | 2017-11-15 |
Data de Publicação | 2017-11-15 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | [email protected] |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/bluemirr5/google-search-keyboard-navigator |
URL da Página de Ajuda | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Keyboard Navigator", "version": "1.0.7", "description": "This extension that provide the keyboard navigator in Google, Naver Search", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "icon": "inactive.png", "default_title": "This page is Not Search Page" }, "manifest_version": 2 } |