Vimium Canary
This is the development branch of Vimium (it is beta software).
Cos'è Vimium Canary?
Vimium Canary è un'estensione di Chrome sviluppata da Stephen Blott, e la sua funzione principale è "This is the development branch of Vimium (it is beta software).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Vimium Canary
Scarica i file di estensione Vimium Canary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.)
Informazioni di Base sull'Estensione
Nome | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL Ufficiale | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Descrizione | This is the development branch of Vimium (it is beta software). |
Dimensione del File | 233 KB |
Conteggio Installazioni | 49 |
Versione Corrente | 1.64.6 |
Ultimo Aggiornamento | 2019-05-19 |
Data di Pubblicazione | 2019-05-19 |
Sviluppatore | Stephen Blott |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/philc/vimium/issues |
URL della Pagina di Aiuto | https://github.com/philc/vimium/issues |
Lingue Supportate | 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", " |