Modeless Keyboard Navigation
Modeless keyboard navigation based on Vimium.
Modeless Keyboard Navigationとは何ですか?
Modeless Keyboard NavigationはJames Stoutによって開発されたChromeの拡張機能で、その主な機能は「Modeless keyboard navigation based on Vimium.」です。
拡張機能のスクリーンショット
Modeless Keyboard Navigation拡張機能のCRXファイルをダウンロード
Modeless Keyboard Navigation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on Vimium by Phil Crosby and Ilya Sukhar (see https://github.com/philc/vimium). Unlike Vimium, the keyboard shortcuts can be used at any time, and the default bindings use modifier keys (think Emacs, not Vim). Github: https://github.com/wolfmanstout/vimium 拡張機能の基本情報
| 名前 | |
| ID | pmfgfecbppcbpjihojdhiphelpikpfcm |
| 公式URL | https://chromewebstore.google.com/detail/modeless-keyboard-navigat/pmfgfecbppcbpjihojdhiphelpikpfcm |
| 説明 | Modeless keyboard navigation based on Vimium. |
| ファイルサイズ | 232 KB |
| インストール数 | 37 |
| 現在のバージョン | 1.64.5 |
| 最終更新日 | 2019-04-14 |
| 公開日 | 2019-04-13 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | James Stout |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Modeless Keyboard Navigation",
"version": "1.64.5",
"description": "Modeless keyboard navigation based on Vimium.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"minimum_chrome_version": "51.0",
"background": {
"scripts": [
"lib\/utils.js",
"lib\/settings.js",
"background_scripts\/bg_utils.js",
"background_scripts\/commands.js",
"background_scripts\/exclusions.js",
"background_scripts\/completion_engines.js",
"background_scripts\/completion_search.js",
"background_scripts\/completion.js",
"background_scripts\/marks.js",
"background_scripts\/main.js"
]
},
"options_ui": {
"page": "pages\/options.html",
"chrome_style": false,
"open_in_tab": true
},
"permissions": [
"tabs",
"bookmarks",
"history",
"clipboardRead",
"storage",
"sessions",
"notifications",
"webNavigation",
" | |