Raspberry Pi Kiosk Helper

This extension shows a custom error page. Waits a few min then tries to reload the original page.

Apa itu Raspberry Pi Kiosk Helper?

Raspberry Pi Kiosk Helper adalah ekstensi Chrome yang dikembangkan oleh Caleb Pinckney, dan fitur utamanya adalah "This extension shows a custom error page. Waits a few min then tries to reload the original page.".

Unduh Berkas CRX Ekstensi Raspberry Pi Kiosk Helper

Unduh file ekstensi Raspberry Pi Kiosk Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Raspberry Pi Kiosk Helper Raspberry Pi Kiosk Helper
ID blpmoajoglnieclemcoaejlbbngggnja
URL Resmi https://chrome.google.com/webstore/detail/raspberry-pi-kiosk-helper/blpmoajoglnieclemcoaejlbbngggnja
Deskripsi This extension shows a custom error page. Waits a few min then tries to reload the original page.
Ukuran File 7.39 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2015-04-01
Tanggal Publikasi 2015-04-01
Pengembang Caleb Pinckney
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Raspberry Pi Kiosk Helper",
    "description": "This extension shows a custom error page. Waits a few min then tries to reload the original page.",
    "version": "1.0.7",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "kiosk_enabled": true,
    "incognito": "split",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "background.html",
        "default_title": "Click here!"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "alarms",
        "webRequest",
        "*:\/\/*.elauwit.net\/",
        "*:\/\/*.myelauwit.net\/"
    ]
}