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 |
官方網址 | 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 } |