Vimium Canary
This is the development branch of Vimium (it is beta software).
Apa itu Vimium Canary?
Vimium Canary adalah ekstensi Chrome yang dikembangkan oleh Stephen Blott, dan fitur utamanya adalah "This is the development branch of Vimium (it is beta software).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vimium Canary
Unduh file ekstensi Vimium Canary dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.)
Informasi Dasar Ekstensi
Nama | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL Resmi | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Deskripsi | This is the development branch of Vimium (it is beta software). |
Ukuran File | 233 KB |
Jumlah Instalasi | 49 |
Versi Saat Ini | 1.64.6 |
Terakhir Diperbarui | 2019-05-19 |
Tanggal Publikasi | 2019-05-19 |
Pengembang | Stephen Blott |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/philc/vimium/issues |
URL Halaman Bantuan | https://github.com/philc/vimium/issues |
Bahasa yang Didukung | 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", " |