Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
什么是Web Keyboard Navigator?
Web Keyboard Navigator是由[email protected]开发的Chrome扩展程序,该扩展的主要功能是“This extension that provide the keyboard navigator in Google, Naver Search”。
扩展截图
下载Web Keyboard Navigator扩展crx文件
下载Web Keyboard Navigator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
官方URL | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
简介 | This extension that provide the keyboard navigator in Google, Naver Search |
文件大小 | 184 KB |
安装次数 | 525 |
当前版本 | 1.0.7 |
更新时间 | 2017-11-15 |
上架时间 | 2017-11-15 |
评分 | 4.75/5 共4次评分 |
开发者 | [email protected] |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/bluemirr5/google-search-keyboard-navigator |
帮助页面URL | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
支持的语言 | 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 } |