Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Wat is Web Keyboard Navigator?
Web Keyboard Navigator is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "This extension that provide the keyboard navigator in Google, Naver Search".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Keyboard Navigator
Download Web Keyboard Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bkhfbkdobdpeffmajhomapocnphaehgp |
| Officiële URL | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
| Beschrijving | This extension that provide the keyboard navigator in Google, Naver Search |
| Bestandsgrootte | 184 KB |
| Aantal Installaties | 525 |
| Huidige Versie | 1.0.7 |
| Laatst Bijgewerkt | 2017-11-15 |
| Publicatiedatum | 2017-11-15 |
| Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | [email protected] |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/bluemirr5/google-search-keyboard-navigator |
| Help Pagina-URL | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
| Ondersteunde Talen | 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
} | |