Vimium Canary
This is the development branch of Vimium (it is beta software).
什么是Vimium Canary?
Vimium Canary是由Stephen Blott开发的Chrome扩展程序,该扩展的主要功能是“This is the development branch of Vimium (it is beta software).”。
扩展截图
下载Vimium Canary扩展crx文件
下载Vimium Canary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the development branch of Vimium. It is typically ahead of the official release by a number of bug fixes and new features. However, it may also be unreliable. (Note: name changed from "Vimium Dev" to "Vimium Canary", which better describes its purpose.)
扩展基本信息
名称 | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
官方URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
简介 | This is the development branch of Vimium (it is beta software). |
文件大小 | 233 KB |
安装次数 | 49 |
当前版本 | 1.64.6 |
更新时间 | 2019-05-19 |
上架时间 | 2019-05-19 |
开发者 | Stephen Blott |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/philc/vimium/issues |
帮助页面URL | https://github.com/philc/vimium/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vimium Canary", "version": "1.64.6", "description": "This is the development branch of Vimium (it is beta software).", "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", " |