Vimium Canary
This is the development branch of Vimium (it is beta software).
Qu'est-ce que Vimium Canary ?
Vimium Canary est une extension Chrome développée par Stephen Blott, et sa fonction principale est "This is the development branch of Vimium (it is beta software).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vimium Canary
Téléchargez les fichiers d'extension Vimium Canary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.)
Informations de Base sur l'Extension
Nom | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL Officiel | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Description | This is the development branch of Vimium (it is beta software). |
Taille du Fichier | 233 KB |
Nombre d'Installations | 49 |
Version Actuelle | 1.64.6 |
Dernière Mise à Jour | 2019-05-19 |
Date de Publication | 2019-05-19 |
Développeur | Stephen Blott |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/philc/vimium/issues |
URL de la Page d'Aide | https://github.com/philc/vimium/issues |
Langues Prises en Charge | 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", " |