Moly HaH
Hit-a-Hint - surf web with a keyboard
Qu'est-ce que Moly HaH ?
Moly HaH est une extension Chrome développée par slaypni, et sa fonction principale est "Hit-a-Hint - surf web with a keyboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moly HaH
Téléchargez les fichiers d'extension Moly HaH 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
This extension provides Hit-a-Hint mode which enables better web browsing experience with your keyboard. You can "click" any hyperlink on your screen by typing a hint - unique characters assigned to each hyperlink. Hints are shown over each hyperlink while Hit-a-Hint mode is activated. You can enter into Hit-a-Hint mode by pressing a keyboard shortcut which is assigned to "E" by default. This extension is aimed to provide the best experience among all of Hit-a-Hint extensions.
Informations de Base sur l'Extension
Nom | Moly HaH |
ID | pjoacnohgednppackhamgfalpkffeeek |
URL Officiel | https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek |
Description | Hit-a-Hint - surf web with a keyboard |
Taille du Fichier | 613 KB |
Nombre d'Installations | 922 |
Version Actuelle | 0.2.15 |
Dernière Mise à Jour | 2021-08-28 |
Date de Publication | 2019-10-30 |
Évaluation | 4.93/5 Total 15 Évaluations |
Développeur | slaypni |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/slaypni/MolyHaH |
URL de la Page d'Aide | https://twitter.com/slaypni |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.2.15", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "components\/underscore\/underscore-min.js", "scripts\/storage.js", "scripts\/background.js" ], "persistent": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/content.css" ], "js": [ "components\/underscore\/underscore-min.js", "scripts\/libs\/hapt.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |