KIOSK EXTENSION
KIOSK EXTENSION
What is KIOSK EXTENSION?
KIOSK EXTENSION is a Chrome extension developed by hcsd.contrsurvey, and its main feature is "KIOSK EXTENSION".
Extension Screenshots
Download KIOSK EXTENSION Extension CRX File
Download KIOSK EXTENSION 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
This extension will add a navigation menu to the top right side of chrome when it go into full screen
Extension Basic Information
Name | KIOSK EXTENSION |
ID | aimjancijiedgnfcljgkhdmppakhlmmc |
Official URL | https://chromewebstore.google.com/detail/kiosk-extension/aimjancijiedgnfcljgkhdmppakhlmmc |
Description | KIOSK EXTENSION |
File Size | 59.34 KB |
Installation Count | 424 |
Current Version | 1.0 |
Last Updated | 2019-06-26 |
Publish Date | 2019-06-24 |
Rating | 4.00/5 Total 1 Ratings |
Developer | hcsd.contrsurvey |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/underscore.js", "js\/dictionary.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon48.png", "38": "images\/icon48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/fullScreener.css" ], "js": [ "js\/fullScreener.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "KIOSK EXTENSION", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "KIOSK EXTENSION", "permissions": [ "bookmarks", "tabs", "contextMenus", "idle", "browsingData", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |