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] |
Eメール | [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 } |