Keyboard & Mouse Lock

A macro to lock the keyboard and mouse for a given tab to prevent tampering

Apa itu Keyboard & Mouse Lock?

Keyboard & Mouse Lock adalah ekstensi Chrome yang dikembangkan oleh Sean McPherson, dan fitur utamanya adalah "A macro to lock the keyboard and mouse for a given tab to prevent tampering".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Keyboard & Mouse Lock

Unduh file ekstensi Keyboard & Mouse Lock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        On any page, press shift + ctrl + alt + l to toggle lock mode.

Perfect for video chatting with young children.                    

Informasi Dasar Ekstensi

Nama Keyboard & Mouse Lock Keyboard & Mouse Lock
ID gohjofgddhhgaijeokaoielacgfpkejo
URL Resmi https://chrome.google.com/webstore/detail/keyboard-mouse-lock/gohjofgddhhgaijeokaoielacgfpkejo
Deskripsi A macro to lock the keyboard and mouse for a given tab to prevent tampering
Ukuran File 10.26 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-01-24
Tanggal Publikasi 2022-01-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Sean McPherson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/seanmcp/keyboard-and-mouse-lock-extension
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keyboard & Mouse Lock",
    "version": "1.0.0",
    "description": "A macro to lock the keyboard and mouse for a given tab to prevent tampering",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    }
}