Moly HaH

Hit-a-Hint - surf web with a keyboard

什么是Moly HaH?

Moly HaH是由slaypni开发的Chrome扩展程序,该扩展的主要功能是“Hit-a-Hint - surf web with a keyboard”。

扩展截图

screenshot
screenshot

下载Moly HaH扩展crx文件

下载Moly HaH扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Moly HaH Moly HaH
ID pjoacnohgednppackhamgfalpkffeeek
官方URL https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek
简介 Hit-a-Hint - surf web with a keyboard
文件大小 613 KB
安装次数 922
当前版本 0.2.15
更新时间 2021-08-28
上架时间 2019-10-30
评分 4.93/5 共15次评分
开发者 slaypni
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/slaypni/MolyHaH
帮助页面URL https://twitter.com/slaypni
支持的语言 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'"
}