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 là gì?

Block keys to kiosk mode là một tiện ích mở rộng Chrome được phát triển bởi josecayo4, và tính năng chính của nó là "Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block keys to kiosk mode

Tải xuống các tệp mở rộng Block keys to kiosk mode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # 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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Block keys to kiosk mode Block keys to kiosk mode
ID cifabpkihmmedjjpefgfnajkpdnhbmfl
URL Chính Thức https://chromewebstore.google.com/detail/block-keys-to-kiosk-mode/cifabpkihmmedjjpefgfnajkpdnhbmfl
Mô tả Block keys are a extension that block some shortcuts that a kiosk mode need to work efficientment without strange behaviour
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 0
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2019-02-21
Ngày Phát Hành 2019-02-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển josecayo4
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}