Vimium Canary
This is the development branch of Vimium (it is beta software).
What is Vimium Canary?
Vimium Canary is a Chrome extension developed by Stephen Blott, and its main feature is "This is the development branch of Vimium (it is beta software).".
Extension Screenshots
Download Vimium Canary Extension CRX File
Download Vimium Canary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
Official URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Description | This is the development branch of Vimium (it is beta software). |
File Size | 233 KB |
Installation Count | 49 |
Current Version | 1.64.6 |
Last Updated | 2019-05-19 |
Publish Date | 2019-05-19 |
Developer | Stephen Blott |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/philc/vimium/issues |
Help Page URL | https://github.com/philc/vimium/issues |
Supported Languages | 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", " |