Keyboard & Mouse Lock

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

Wat is Keyboard & Mouse Lock?

Keyboard & Mouse Lock is een Chrome-extensie ontwikkeld door Sean McPherson, en de belangrijkste functie is "A macro to lock the keyboard and mouse for a given tab to prevent tampering".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Keyboard & Mouse Lock

Download Keyboard & Mouse Lock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Perfect for video chatting with young children.                    

Basisinformatie over de Extensie

Naam Keyboard & Mouse Lock Keyboard & Mouse Lock
ID gohjofgddhhgaijeokaoielacgfpkejo
Officiële URL https://chrome.google.com/webstore/detail/keyboard-mouse-lock/gohjofgddhhgaijeokaoielacgfpkejo
Beschrijving A macro to lock the keyboard and mouse for a given tab to prevent tampering
Bestandsgrootte 10.26 KB
Aantal Installaties 12
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-01-24
Publicatiedatum 2022-01-24
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Sean McPherson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/seanmcp/keyboard-and-mouse-lock-extension
Ondersteunde Talen 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"
    }
}