Keyboard Navigation
Keyboard based link navigation like Conkeror
Keyboard Navigationとは何ですか?
Keyboard Navigationはhttps://flurp.deによって開発されたChromeの拡張機能で、その主な機能は「Keyboard based link navigation like Conkeror」です。
拡張機能のスクリーンショット
Keyboard Navigation拡張機能のCRXファイルをダウンロード
Keyboard Navigation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow links on page just with a few key strokes. No mouse interaction needed.
Especially useful for people who are typing a lot and don't want to switch one hand off the keyboard to the mouse.
Inspired by the same functions in Conkeror, a keyboard based browser. 拡張機能の基本情報
| 名前 | |
| ID | pbeglgibmimhhoddioagekdgljpdekdg |
| 公式URL | https://chromewebstore.google.com/detail/keyboard-navigation/pbeglgibmimhhoddioagekdgljpdekdg |
| 説明 | Keyboard based link navigation like Conkeror |
| ファイルサイズ | 38.63 KB |
| インストール数 | 38 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2016-09-04 |
| 公開日 | 2016-09-04 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | https://flurp.de |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dermatthias/keyboardnav |
| ヘルプページのURL | https://github.com/dermatthias/keyboardnav/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Keyboard Navigation",
"short_name": "keyboardnav",
"description": "Keyboard based link navigation like Conkeror",
"homepage_url": "https:\/\/github.com\/dermatthias\/keyboardnav",
"version": "1.0",
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |