Moly HaH

Hit-a-Hint - surf web with a keyboard

Moly HaH là gì?

Moly HaH là một tiện ích mở rộng Chrome được phát triển bởi slaypni, và tính năng chính của nó là "Hit-a-Hint - surf web with a keyboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moly HaH

Tải xuống các tệp mở rộng Moly HaH dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Moly HaH Moly HaH
ID pjoacnohgednppackhamgfalpkffeeek
URL Chính Thức https://chromewebstore.google.com/detail/moly-hah/pjoacnohgednppackhamgfalpkffeeek
Mô tả Hit-a-Hint - surf web with a keyboard
Kích Thước Tệp 613 KB
Số Lần Cài Đặt 922
Phiên Bản Hiện Tại 0.2.15
Cập Nhật Lần Cuối 2021-08-28
Ngày Phát Hành 2019-10-30
Đánh Giá 4.93/5 Tổng số 15 Đánh Giá
Nhà Phát Triển slaypni
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/slaypni/MolyHaH
URL Trang Trợ Giúp https://twitter.com/slaypni
Ngôn Ngữ Được Hỗ Trợ 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'"
}