Kiosk

Return main page after a minute

What is Kiosk?

Kiosk is a Chrome extension developed by bepro.developer, and its main feature is "Return main page after a minute".

Download Kiosk Extension CRX File

Download Kiosk 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

                        This extension is created for special project for my.gov.uz portal in kiosk.                    

Extension Basic Information

Name Kiosk Kiosk
ID eiadgjolhdobpefgafccelmgkmjohhbb
Official URL https://chrome.google.com/webstore/detail/kiosk/eiadgjolhdobpefgafccelmgkmjohhbb
Description Return main page after a minute
File Size 657 KB
Installation Count 17
Current Version 1.0
Last Updated 2015-11-19
Publish Date 2015-11-19
Developer bepro.developer
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kiosk",
    "description": "Return main page after a minute",
    "version": "1.0",
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Returnt main page",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "jquery.js",
        "for.js"
    ]
}