KeyLog

Print your keystrokes on the screen.

KeyLog là gì?

KeyLog là một tiện ích mở rộng Chrome được phát triển bởi Doma, và tính năng chính của nó là "Print your keystrokes on the screen.".

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

screenshot

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

Tải xuống các tệp mở rộng KeyLog 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

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

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

Tên KeyLog KeyLog
ID oblkclfpobbmfdfhkgglfphfmpgkkbnb
URL Chính Thức https://chromewebstore.google.com/detail/keylog/oblkclfpobbmfdfhkgglfphfmpgkkbnb
Mô tả Print your keystrokes on the screen.
Kích Thước Tệp 62.68 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2023-07-28
Nhà Phát Triển Doma
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SevenOutman/KeyLog
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}