Moly HaH

Hit-a-Hint - surf web with a keyboard

What is Moly HaH?

Moly HaH is a Chrome extension developed by slaypni, and its main feature is "Hit-a-Hint - surf web with a keyboard".

Extension Screenshots

screenshot
screenshot

Download Moly HaH Extension CRX File

Download Moly HaH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Moly HaH Moly HaH
ID pjoacnohgednppackhamgfalpkffeeek
Official URL https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek
Description Hit-a-Hint - surf web with a keyboard
File Size 613 KB
Installation Count 922
Current Version 0.2.15
Last Updated 2021-08-28
Publish Date 2019-10-30
Rating 4.93/5 Total 15 Ratings
Developer slaypni
Email [email protected]
Payment Type free
Extension Website https://github.com/slaypni/MolyHaH
Help Page URL https://twitter.com/slaypni
Supported Languages 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'"
}