Raspberry Pi Kiosk Helper
This extension shows a custom error page. Waits a few min then tries to reload the original page.
What is Raspberry Pi Kiosk Helper?
Raspberry Pi Kiosk Helper is a Chrome extension developed by Caleb Pinckney, and its main feature is "This extension shows a custom error page. Waits a few min then tries to reload the original page.".
Download Raspberry Pi Kiosk Helper Extension CRX File
Download Raspberry Pi Kiosk Helper 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
Extension Basic Information
Name | |
ID | blpmoajoglnieclemcoaejlbbngggnja |
Official URL | https://chrome.google.com/webstore/detail/raspberry-pi-kiosk-helper/blpmoajoglnieclemcoaejlbbngggnja |
Description | This extension shows a custom error page. Waits a few min then tries to reload the original page. |
File Size | 7.39 KB |
Installation Count | 11 |
Current Version | 1.0.7 |
Last Updated | 2015-04-01 |
Publish Date | 2015-04-01 |
Developer | Caleb Pinckney |
Payment Type | free |
Supported Languages | 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\/" ] } |