Keyboard & Mouse Lock

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

Cos'è Keyboard & Mouse Lock?

Keyboard & Mouse Lock è un'estensione di Chrome sviluppata da Sean McPherson, e la sua funzione principale è "A macro to lock the keyboard and mouse for a given tab to prevent tampering".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyboard & Mouse Lock

Scarica i file di estensione Keyboard & Mouse Lock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Perfect for video chatting with young children.                    

Informazioni di Base sull'Estensione

Nome Keyboard & Mouse Lock Keyboard & Mouse Lock
ID gohjofgddhhgaijeokaoielacgfpkejo
URL Ufficiale https://chrome.google.com/webstore/detail/keyboard-mouse-lock/gohjofgddhhgaijeokaoielacgfpkejo
Descrizione A macro to lock the keyboard and mouse for a given tab to prevent tampering
Dimensione del File 10.26 KB
Conteggio Installazioni 12
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-01-24
Data di Pubblicazione 2022-01-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Sean McPherson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/seanmcp/keyboard-and-mouse-lock-extension
Lingue Supportate 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"
    }
}