Close Button Kiosk Mode.

Aggiunge un tasto per chiudere il browser in modalità Kiosk.

What is Close Button Kiosk Mode.?

Close Button Kiosk Mode. is a Chrome extension developed by matteo93m, and its main feature is "Aggiunge un tasto per chiudere il browser in modalità Kiosk.".

Extension Screenshots

screenshot

Download Close Button Kiosk Mode. Extension CRX File

Download Close Button Kiosk Mode. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Nuova Versione con Timer disabilitato                    

Extension Basic Information

Name Close Button Kiosk Mode. Close Button Kiosk Mode.
ID dmhofchfadoohjdadpmldplcapicgfln
Official URL https://chromewebstore.google.com/detail/close-button-kiosk-mode/dmhofchfadoohjdadpmldplcapicgfln
Description Aggiunge un tasto per chiudere il browser in modalità Kiosk.
File Size 19.78 KB
Installation Count 48
Current Version 0.0.2
Last Updated 2018-03-20
Publish Date 2018-03-20
Developer matteo93m
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Close Button Kiosk Mode.",
    "description": "Aggiunge un tasto per chiudere il browser in modalit\u00e0 Kiosk.",
    "version": "0.0.2",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "idle",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "zepto.min.js",
                "kiosk.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "table_home.png"
    ]
}