Vimium Canary
This is the development branch of Vimium (it is beta software).
Vimium Canaryคืออะไร?
Vimium Canary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Blott และคุณลักษณะหลักของมันคือ "This is the development branch of Vimium (it is beta software)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimium Canary
ดาวน์โหลดไฟล์ส่วนขยาย Vimium Canary ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bacenjioemhlemhbojkoiddopgbhgiah |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/vimium-canary/bacenjioemhlemhbojkoiddopgbhgiah |
คำอธิบาย | This is the development branch of Vimium (it is beta software). |
ขนาดไฟล์ | 233 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 1.64.6 |
อัปเดตครั้งล่าสุด | 2019-05-19 |
วันที่เผยแพร่ | 2019-05-19 |
ผู้พัฒนา | Stephen Blott |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/philc/vimium/issues |
URL หน้าช่วยเหลือ | https://github.com/philc/vimium/issues |
ภาษาที่รองรับ | 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", " |