KIOSK EXTENSION
KIOSK EXTENSION
Qu'est-ce que KIOSK EXTENSION ?
KIOSK EXTENSION est une extension Chrome développée par hcsd.contrsurvey, et sa fonction principale est "KIOSK EXTENSION".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KIOSK EXTENSION
Téléchargez les fichiers d'extension KIOSK EXTENSION au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will add a navigation menu to the top right side of chrome when it go into full screen
Informations de Base sur l'Extension
Nom | KIOSK EXTENSION |
ID | aimjancijiedgnfcljgkhdmppakhlmmc |
URL Officiel | https://chromewebstore.google.com/detail/kiosk-extension/aimjancijiedgnfcljgkhdmppakhlmmc |
Description | KIOSK EXTENSION |
Taille du Fichier | 59.34 KB |
Nombre d'Installations | 424 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-06-26 |
Date de Publication | 2019-06-24 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | hcsd.contrsurvey |
Type de Paiement | free |
Langues Prises en Charge | 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" } |