Vimium Helper
Let Vimuim see even more elements to add click hints to.
Co je Vimium Helper?
Vimium Helper je rozšíření Chrome vyvinuté Tyler Elliott, a jeho hlavní funkcí je „Let Vimuim see even more elements to add click hints to.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Vimium Helper
Stáhněte si soubory rozšíření Vimium Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Vimium Helper |
ID | cmlapekgcdddhkfcobppgamdgjbkoffm |
Oficiální URL | https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm |
Popis | Let Vimuim see even more elements to add click hints to. |
Velikost souboru | 11.56 KB |
Počet instalací | 223 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2020-12-01 |
Datum Vydání | 2020-06-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Tyler Elliott |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tylercal/vimium-helper |
URL Stránky Nápovědy | https://github.com/tylercal/vimium-helper/issues |
Podporované Jazyky | 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": [ " |