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
Eメール [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'"
}