KIOSK EXTENSION
KIOSK EXTENSION
Wat is KIOSK EXTENSION?
KIOSK EXTENSION is een Chrome-extensie ontwikkeld door hcsd.contrsurvey, en de belangrijkste functie is "KIOSK EXTENSION".
Extensie Screenshots
Download het CRX-bestand van de extensie KIOSK EXTENSION
Download KIOSK EXTENSION-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension will add a navigation menu to the top right side of chrome when it go into full screen
Basisinformatie over de Extensie
Naam | KIOSK EXTENSION |
ID | aimjancijiedgnfcljgkhdmppakhlmmc |
Officiële URL | https://chromewebstore.google.com/detail/kiosk-extension/aimjancijiedgnfcljgkhdmppakhlmmc |
Beschrijving | KIOSK EXTENSION |
Bestandsgrootte | 59.34 KB |
Aantal Installaties | 424 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-06-26 |
Publicatiedatum | 2019-06-24 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | hcsd.contrsurvey |
Betalingswijze | free |
Ondersteunde Talen | 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" } |