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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον josecayo4, και η κύρια λειτουργία του είναι "Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Block keys to kiosk mode

Λήψη αρχείων επέκτασης Block keys to kiosk mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        # 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"
        }
    }
}