Block keys to kiosk mode

Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour

Block keys to kiosk mode क्या है?

Block keys to kiosk mode josecayo4 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Block keys to kiosk mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        # Block keys to kiosk mode

Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour.

The extension work with two modes:

1. Block keys by keydown.
2. Block by commands.

## 1.- Block keys by keydown
The shortcuts blocked are:

**Simple keys**

* F1
* F3
* F5
* F7

**Ctrl keys**

* Ctrl++
* Ctrl+-
* Ctrl+A
* Ctrl+B
* Ctrl+D
* Ctrl+F
* Ctrl+F4
* Ctrl+G
* Ctrl+H
* Ctrl+I
* Ctrl+J
* Ctrl+L
* Ctrl+N
* Ctrl+O
* Ctrl+P
* Ctrl+PAGEDOWN
* Ctrl+PAGEUP
* Ctrl+Q
* Ctrl+R
* Ctrl+S
* Ctrl+T
* Ctrl+TAB
* Ctrl+U
* Ctrl+W

* Ctrl+Shift+A
* Ctrl+Shift+B
* Ctrl+Shift+DELETE
* Ctrl+Shift+G
* Ctrl+Shift+H
* Ctrl+Shift+M
* Ctrl+Shift+N
* Ctrl+Shift+P
* Ctrl+Shift+Q
* Ctrl+Shift+T
* Ctrl+Shift+TAB
* Ctrl+Shift+W

* Ctrl+0
* Ctrl+1
* Ctrl+2
* Ctrl+3
* Ctrl+4
* Ctrl+5
* Ctrl+6
* Ctrl+7
* Ctrl+8
* Ctrl+9

**Alt keys**

* Alt+ARROWRIGHT
* Alt+ARROWLEFT
* Alt+B
* Alt+F
* Alt+F4
* Alt+HOME

**Shift keys**

* Shift+ESCAPE


## 2.- Block by commands
Additional shortcuts are agree on [chrome://extensions/shortcuts] (chrome://extensions/shortcuts) panel.

![Alt text](/commands.png)                    

एक्सटेंशन की मूल जानकारी

नाम Block keys to kiosk mode Block keys to kiosk mode
ID cifabpkihmmedjjpefgfnajkpdnhbmfl
आधिकारिक URL https://chromewebstore.google.com/detail/block-keys-to-kiosk-mode/cifabpkihmmedjjpefgfnajkpdnhbmfl
विवरण Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour
फ़ाइल का आकार 123 KB
स्थापना संख्या 0
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2019-02-21
प्रकाशन तिथि 2019-02-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर josecayo4
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "name": "Block keys to kiosk mode",
    "description": "Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour",
    "author": "Jos\u00e9 Luis Cayo ",
    "short_name": "Block keys",
    "offline_enabled": true,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contextblocker.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "01-shortcut": {
            "description": "01-shortcut"
        },
        "02-shortcut": {
            "description": "02-shortcut"
        },
        "03-shortcut": {
            "description": "03-shortcut"
        },
        "04-shortcut": {
            "description": "04-shortcut"
        },
        "05-shortcut": {
            "description": "05-shortcut"
        },
        "06-shortcut": {
            "description": "06-shortcut"
        },
        "07-shortcut": {
            "description": "07-shortcut"
        },
        "08-shortcut": {
            "description": "08-shortcut"
        },
        "09-shortcut": {
            "description": "09-shortcut"
        },
        "10-shortcut": {
            "description": "10-shortcut"
        },
        "11-shortcut": {
            "description": "11-shortcut"
        },
        "12-shortcut": {
            "description": "12-shortcut"
        },
        "13-shortcut": {
            "description": "13-shortcut"
        },
        "14-shortcut": {
            "description": "14-shortcut"
        },
        "15-shortcut": {
            "description": "15-shortcut"
        },
        "16-shortcut": {
            "description": "16-shortcut"
        },
        "17-shortcut": {
            "description": "17-shortcut"
        },
        "18-shortcut": {
            "description": "18-shortcut"
        },
        "19-shortcut": {
            "description": "19-shortcut"
        },
        "20-shortcut": {
            "description": "20-shortcut"
        },
        "21-shortcut": {
            "description": "21-shortcut"
        },
        "22-shortcut": {
            "description": "22-shortcut"
        },
        "23-shortcut": {
            "description": "23-shortcut"
        },
        "24-shortcut": {
            "description": "24-shortcut"
        },
        "25-shortcut": {
            "description": "25-shortcut"
        },
        "26-shortcut": {
            "description": "26-shortcut"
        },
        "27-shortcut": {
            "description": "27-shortcut"
        },
        "28-shortcut": {
            "description": "28-shortcut"
        },
        "29-shortcut": {
            "description": "29-shortcut"
        },
        "30-shortcut": {
            "description": "30-shortcut"
        },
        "31-shortcut": {
            "description": "31-shortcut"
        },
        "32-shortcut": {
            "description": "32-shortcut"
        },
        "33-shortcut": {
            "description": "33-shortcut"
        },
        "34-shortcut": {
            "description": "34-shortcut"
        },
        "35-shortcut": {
            "description": "35-shortcut"
        },
        "36-shortcut": {
            "description": "36-shortcut"
        },
        "37-shortcut": {
            "description": "37-shortcut"
        },
        "38-shortcut": {
            "description": "38-shortcut"
        },
        "39-shortcut": {
            "description": "39-shortcut"
        }
    }
}