Raspberry Pi Kiosk Helper
This extension shows a custom error page. Waits a few min then tries to reload the original page.
Co je Raspberry Pi Kiosk Helper?
Raspberry Pi Kiosk Helper je rozšíření Chrome vyvinuté Caleb Pinckney, a jeho hlavní funkcí je „This extension shows a custom error page. Waits a few min then tries to reload the original page.“.
Stáhnout soubor CRX rozšíření Raspberry Pi Kiosk Helper
Stáhněte si soubory rozšíření Raspberry Pi Kiosk Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | blpmoajoglnieclemcoaejlbbngggnja |
Oficiální URL | https://chrome.google.com/webstore/detail/raspberry-pi-kiosk-helper/blpmoajoglnieclemcoaejlbbngggnja |
Popis | This extension shows a custom error page. Waits a few min then tries to reload the original page. |
Velikost souboru | 7.39 KB |
Počet instalací | 11 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2015-04-01 |
Datum Vydání | 2015-04-01 |
Vývojář | Caleb Pinckney |
Typ Platby | free |
Podporované Jazyky | 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\/" ] } |