Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
What is Web Keyboard Navigator?
Web Keyboard Navigator is a Chrome extension developed by [email protected], and its main feature is "This extension that provide the keyboard navigator in Google, Naver Search".
Extension Screenshots
Download Web Keyboard Navigator Extension CRX File
Download Web Keyboard Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
Official URL | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
Description | This extension that provide the keyboard navigator in Google, Naver Search |
File Size | 184 KB |
Installation Count | 525 |
Current Version | 1.0.7 |
Last Updated | 2017-11-15 |
Publish Date | 2017-11-15 |
Rating | 4.75/5 Total 4 Ratings |
Developer | [email protected] |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bluemirr5/google-search-keyboard-navigator |
Help Page URL | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
Supported Languages | 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 } |