Raspberry Pi Kiosk Helper

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

Raspberry Pi Kiosk Helperคืออะไร?

Raspberry Pi Kiosk Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caleb Pinckney และคุณลักษณะหลักของมันคือ "This extension shows a custom error page. Waits a few min then tries to reload the original page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raspberry Pi Kiosk Helper

ดาวน์โหลดไฟล์ส่วนขยาย Raspberry Pi Kiosk Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Raspberry Pi Kiosk Helper Raspberry Pi Kiosk Helper
ID blpmoajoglnieclemcoaejlbbngggnja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/raspberry-pi-kiosk-helper/blpmoajoglnieclemcoaejlbbngggnja
คำอธิบาย This extension shows a custom error page. Waits a few min then tries to reload the original page.
ขนาดไฟล์ 7.39 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2015-04-01
วันที่เผยแพร่ 2015-04-01
ผู้พัฒนา Caleb Pinckney
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}