Display Access Keys

Displays hint of access keys next ot the elements.

Display Access Keysคืออะไร?

Display Access Keys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dharris และคุณลักษณะหลักของมันคือ "Displays hint of access keys next ot the elements."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Display Access Keys

ดาวน์โหลดไฟล์ส่วนขยาย Display Access Keys ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Chrome extension which shows subtle hints of the access keys provided by the site's developer.

This is based on a Firefox customization discussed here: http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html

Source at https://github.com/dougharris/display-access-keys                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Display Access Keys Display Access Keys
ID gpicedcgegaokienkdbbcagodgacpbpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd
คำอธิบาย Displays hint of access keys next ot the elements.
ขนาดไฟล์ 6.56 KB
จำนวนการติดตั้ง 443
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-03-06
วันที่เผยแพร่ 2017-03-06
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dharris
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/dougharris/display-access-keys
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Display Access Keys",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "description": "Displays hint of access keys next ot the elements.",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "display-access-keys.css"
            ]
        }
    ]
}