Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Co to jest Web Keyboard Navigator?
Web Keyboard Navigator to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „This extension that provide the keyboard navigator in Google, Naver Search”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Web Keyboard Navigator
Pobierz pliki rozszerzeń Web Keyboard Navigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
Oficjalny URL | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
Opis | This extension that provide the keyboard navigator in Google, Naver Search |
Rozmiar pliku | 184 KB |
Liczba instalacji | 525 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2017-11-15 |
Data Publikacji | 2017-11-15 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | [email protected] |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/bluemirr5/google-search-keyboard-navigator |
Adres URL Strony Pomocy | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
Obsługiwane Języki | 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 } |