Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Cos'è Web Keyboard Navigator?
Web Keyboard Navigator è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "This extension that provide the keyboard navigator in Google, Naver Search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Web Keyboard Navigator
Scarica i file di estensione Web Keyboard Navigator 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
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | bkhfbkdobdpeffmajhomapocnphaehgp |
| URL Ufficiale | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
| Descrizione | This extension that provide the keyboard navigator in Google, Naver Search |
| Dimensione del File | 184 KB |
| Conteggio Installazioni | 525 |
| Versione Corrente | 1.0.7 |
| Ultimo Aggiornamento | 2017-11-15 |
| Data di Pubblicazione | 2017-11-15 |
| Valutazione | 4.75/5 Totale 4 Valutazioni |
| Sviluppatore | [email protected] |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/bluemirr5/google-search-keyboard-navigator |
| URL della Pagina di Aiuto | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
| Lingue Supportate | 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
} | |