KIOSK EXTENSION
KIOSK EXTENSION
Cos'è KIOSK EXTENSION?
KIOSK EXTENSION è un'estensione di Chrome sviluppata da hcsd.contrsurvey, e la sua funzione principale è "KIOSK EXTENSION".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KIOSK EXTENSION
Scarica i file di estensione KIOSK EXTENSION in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will add a navigation menu to the top right side of chrome when it go into full screen
Informazioni di Base sull'Estensione
Nome | KIOSK EXTENSION |
ID | aimjancijiedgnfcljgkhdmppakhlmmc |
URL Ufficiale | https://chromewebstore.google.com/detail/kiosk-extension/aimjancijiedgnfcljgkhdmppakhlmmc |
Descrizione | KIOSK EXTENSION |
Dimensione del File | 59.34 KB |
Conteggio Installazioni | 424 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-06-26 |
Data di Pubblicazione | 2019-06-24 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | hcsd.contrsurvey |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |