Vimium Helper
Let Vimuim see even more elements to add click hints to.
Vimium Helperคืออะไร?
Vimium Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tyler Elliott และคุณลักษณะหลักของมันคือ "Let Vimuim see even more elements to add click hints to."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vimium Helper
ดาวน์โหลดไฟล์ส่วนขยาย Vimium Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Vimium is a great browser tool that lets you use chrome by mainly using your keyboard. But it doesn't catch everything you can click. This extension finds elements that Vimium might miss and adds an extra hint so that you can click more things on the page. Release Notes: 1.0.3 - Fix bug around the way ignored websites are handled. 1.0.2 - Add rate limiter to improve performance on sites with rapid changes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Vimium Helper |
ID | cmlapekgcdddhkfcobppgamdgjbkoffm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm |
คำอธิบาย | Let Vimuim see even more elements to add click hints to. |
ขนาดไฟล์ | 11.56 KB |
จำนวนการติดตั้ง | 223 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2020-12-01 |
วันที่เผยแพร่ | 2020-06-02 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Tyler Elliott |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tylercal/vimium-helper |
URL หน้าช่วยเหลือ | https://github.com/tylercal/vimium-helper/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vimium Helper", "description": "Let Vimuim see even more elements to add click hints to.", "version": "1.0.3", "offline_enabled": true, "icons": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "browser_action": { "default_icon": { "16": "images\/logo-16.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "matches": [ " |