Vimium Helper
Let Vimuim see even more elements to add click hints to.
Qu'est-ce que Vimium Helper ?
Vimium Helper est une extension Chrome développée par Tyler Elliott, et sa fonction principale est "Let Vimuim see even more elements to add click hints to.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Vimium Helper
Téléchargez les fichiers d'extension Vimium Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Vimium Helper |
ID | cmlapekgcdddhkfcobppgamdgjbkoffm |
URL Officiel | https://chromewebstore.google.com/detail/vimium-helper/cmlapekgcdddhkfcobppgamdgjbkoffm |
Description | Let Vimuim see even more elements to add click hints to. |
Taille du Fichier | 11.56 KB |
Nombre d'Installations | 223 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2020-12-01 |
Date de Publication | 2020-06-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Tyler Elliott |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tylercal/vimium-helper |
URL de la Page d'Aide | https://github.com/tylercal/vimium-helper/issues |
Langues Prises en Charge | 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": [ " |