Vimium Canary
This is the development branch of Vimium (it is beta software).
O que é Vimium Canary?
Vimium Canary é uma extensão do Chrome desenvolvida por Stephen Blott, e sua principal característica é "This is the development branch of Vimium (it is beta software).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Vimium Canary
Baixe arquivos de extensão Vimium Canary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.)
Informações Básicas da Extensão
Nome | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL Oficial | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Descrição | This is the development branch of Vimium (it is beta software). |
Tamanho do Arquivo | 233 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.64.6 |
Última Atualização | 2019-05-19 |
Data de Publicação | 2019-05-19 |
Desenvolvedor | Stephen Blott |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/philc/vimium/issues |
URL da Página de Ajuda | https://github.com/philc/vimium/issues |
Idiomas Suportados | 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", " |