Vimium Canary
This is the development branch of Vimium (it is beta software).
Was ist Vimium Canary?
Vimium Canary ist eine Chrome-Erweiterung, die von Stephen Blott entwickelt wurde, und ihr Hauptmerkmal ist "This is the development branch of Vimium (it is beta software).".
Erweiterungsscreenshots
Vimium Canary-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimium Canary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.)
Grundlegende Informationen zur Erweiterung
Name | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
Offizielle URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Beschreibung | This is the development branch of Vimium (it is beta software). |
Dateigröße | 233 KB |
Installationsanzahl | 49 |
Aktuelle Version | 1.64.6 |
Letztes Update | 2019-05-19 |
Veröffentlichungsdatum | 2019-05-19 |
Entwickler | Stephen Blott |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/philc/vimium/issues |
Hilfeseite URL | https://github.com/philc/vimium/issues |
Unterstützte Sprachen | 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", " |