Vimium Canary
This is the development branch of Vimium (it is beta software).
Vimium Canary là gì?
Vimium Canary là một tiện ích mở rộng Chrome được phát triển bởi Stephen Blott, và tính năng chính của nó là "This is the development branch of Vimium (it is beta software).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vimium Canary
Tải xuống các tệp mở rộng Vimium Canary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL Chính Thức | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
Mô tả | This is the development branch of Vimium (it is beta software). |
Kích Thước Tệp | 233 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 1.64.6 |
Cập Nhật Lần Cuối | 2019-05-19 |
Ngày Phát Hành | 2019-05-19 |
Nhà Phát Triển | Stephen Blott |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/philc/vimium/issues |
URL Trang Trợ Giúp | https://github.com/philc/vimium/issues |
Ngôn Ngữ Được Hỗ Trợ | 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", " |