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 |
| 电子邮箱 | [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",
" | |