KAVworks Close Kiosk Plugin
This extension closes the chrome in kiosk mode
Cos'è KAVworks Close Kiosk Plugin?
KAVworks Close Kiosk Plugin è un'estensione di Chrome sviluppata da support, e la sua funzione principale è "This extension closes the chrome in kiosk mode".
Scarica il file CRX dell'estensione KAVworks Close Kiosk Plugin
Scarica i file di estensione KAVworks Close Kiosk Plugin 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 is used to close the kiosk mode of chrome from javascript. For example, you want an exit button in your web page, while running in kiosk mode. To exit you will have to call following javascript from your code. window.postMessage({ type: "closemykiosk", text: "hello" }, "*");
Informazioni di Base sull'Estensione
Nome | |
ID | jjefaiminmmcjommohpnmpiompbcekaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/kavworks-close-kiosk-plug/jjefaiminmmcjommohpnmpiompbcekaa |
Descrizione | This extension closes the chrome in kiosk mode |
Dimensione del File | 5.28 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-10-18 |
Data di Pubblicazione | 2016-10-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | support |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KAVworks Close Kiosk Plugin", "description": "This extension closes the chrome in kiosk mode", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |