Vimium Helper
Let Vimuim see even more elements to add click hints to.
Was ist Vimium Helper?
Vimium Helper ist eine Chrome-Erweiterung, die von Tyler Elliott entwickelt wurde, und ihr Hauptmerkmal ist "Let Vimuim see even more elements to add click hints to.".
Erweiterungsscreenshots
Vimium Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vimium Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Vimium Helper |
ID | cmlapekgcdddhkfcobppgamdgjbkoffm |
Offizielle URL | https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm |
Beschreibung | Let Vimuim see even more elements to add click hints to. |
Dateigröße | 11.56 KB |
Installationsanzahl | 223 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-12-01 |
Veröffentlichungsdatum | 2020-06-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tyler Elliott |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tylercal/vimium-helper |
Hilfeseite URL | https://github.com/tylercal/vimium-helper/issues |
Unterstützte Sprachen | 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": [ " |