KeyLog

Print your keystrokes on the screen.

KeyLogคืออะไร?

KeyLog เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Doma และคุณลักษณะหลักของมันคือ "Print your keystrokes on the screen."

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

screenshot

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

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

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

                        KeyLog is a keystroke visualizer. It displays the keys you pressed on the web page.                    

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

ชื่อ KeyLog KeyLog
ID oblkclfpobbmfdfhkgglfphfmpgkkbnb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keylog/oblkclfpobbmfdfhkgglfphfmpgkkbnb
คำอธิบาย Print your keystrokes on the screen.
ขนาดไฟล์ 62.68 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2023-07-31
วันที่เผยแพร่ 2023-07-28
ผู้พัฒนา Doma
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/SevenOutman/KeyLog
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KeyLog",
    "description": "Print your keystrokes on the screen.",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-eb2a8b80.ad32d918.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "assets\/index.tsx.4c230efb.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-8b2c7249.js",
                "assets\/chunk-eb2a8b80.js"
            ],
            "use_dynamic_url": true
        }
    ]
}