Show Keys

Show keys as you type

Show Keysคืออะไร?

Show Keys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shuvam Manna และคุณลักษณะหลักของมันคือ "Show keys as you type"

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

screenshot
screenshot
screenshot

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

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

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

                        Utility to show key presses on your Browser.

PS - Does not work on some sites that restrict the functionality (eg - Google subdomains)                    

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

ชื่อ Show Keys Show Keys
ID bkcpmidbgmfbbeanejhepkjakagfaaon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/show-keys/bkcpmidbgmfbbeanejhepkjakagfaaon
คำอธิบาย Show keys as you type
ขนาดไฟล์ 10.72 KB
จำนวนการติดตั้ง 786
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-03-02
วันที่เผยแพร่ 2021-06-16
คะแนน 3.82/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Shuvam Manna
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/shuvam360
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Show Keys",
    "version": "1.0.5",
    "description": "Show keys as you type",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "showkeys_128.png"
        },
        "icons": {
            "16": "showkeys_16.png",
            "32": "showkeys_32.png",
            "48": "showkeys_48.png",
            "128": "showkeys_128.png"
        }
    }
}