Vimium Canary
This is the development branch of Vimium (it is beta software).
Co to jest Vimium Canary?
Vimium Canary to rozszerzenie Chrome opracowane przez Stephen Blott, a jego główną funkcją jest „This is the development branch of Vimium (it is beta software).”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vimium Canary
Pobierz pliki rozszerzeń Vimium Canary w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
Oficjalny URL | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Opis | This is the development branch of Vimium (it is beta software). |
Rozmiar pliku | 233 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 1.64.6 |
Ostatnia Aktualizacja | 2019-05-19 |
Data Publikacji | 2019-05-19 |
Deweloper | Stephen Blott |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/philc/vimium/issues |
Adres URL Strony Pomocy | https://github.com/philc/vimium/issues |
Obsługiwane Języki | 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", " |