Moly HaH
Hit-a-Hint - surf web with a keyboard
Moly HaHคืออะไร?
Moly HaH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย slaypni และคุณลักษณะหลักของมันคือ "Hit-a-Hint - surf web with a keyboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moly HaH
ดาวน์โหลดไฟล์ส่วนขยาย 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.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| 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'"
}  |  |