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

Raspberry Pi Kiosk Helper là một tiện ích mở rộng Chrome được phát triển bởi Caleb Pinckney, và tính năng chính của nó là "This extension shows a custom error page. Waits a few min then tries to reload the original page.".

Tải xuống tệp CRX của tiện ích mở rộng Raspberry Pi Kiosk Helper

Tải xuống các tệp mở rộng Raspberry Pi Kiosk Helper 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

                                            

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

Tên Raspberry Pi Kiosk Helper Raspberry Pi Kiosk Helper
ID blpmoajoglnieclemcoaejlbbngggnja
URL Chính Thức https://chrome.google.com/webstore/detail/raspberry-pi-kiosk-helper/blpmoajoglnieclemcoaejlbbngggnja
Mô tả This extension shows a custom error page. Waits a few min then tries to reload the original page.
Kích Thước Tệp 7.39 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2015-04-01
Ngày Phát Hành 2015-04-01
Nhà Phát Triển Caleb Pinckney
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}