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
官方網址 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'"
}