Moly HaH
Hit-a-Hint - surf web with a keyboard
Was ist Moly HaH?
Moly HaH ist eine Chrome-Erweiterung, die von slaypni entwickelt wurde, und ihr Hauptmerkmal ist "Hit-a-Hint - surf web with a keyboard".
Erweiterungsscreenshots
Moly HaH-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moly HaH-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
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjoacnohgednppackhamgfalpkffeeek |
| Offizielle URL | https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek |
| Beschreibung | Hit-a-Hint - surf web with a keyboard |
| Dateigröße | 613 KB |
| Installationsanzahl | 922 |
| Aktuelle Version | 0.2.15 |
| Letztes Update | 2021-08-28 |
| Veröffentlichungsdatum | 2019-10-30 |
| Bewertung | 4.93/5 Insgesamt 15 Bewertungen |
| Entwickler | slaypni |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/slaypni/MolyHaH |
| Hilfeseite URL | https://twitter.com/slaypni |
| Unterstützte Sprachen | 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'"
} | |