KAVworks Close Kiosk Plugin
This extension closes the chrome in kiosk mode
Vad är KAVworks Close Kiosk Plugin?
KAVworks Close Kiosk Plugin är en Chrome-tillägg utvecklad av support, och dess huvudfunktion är "This extension closes the chrome in kiosk mode".
Ladda ner KAVworks Close Kiosk Plugin-förlängningens CRX-fil
Ladda ner KAVworks Close Kiosk Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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" }, "*");
Grundläggande Information om Tillägg
Namn | |
ID | jjefaiminmmcjommohpnmpiompbcekaa |
Officiell webbadress | https://chrome.google.com/webstore/detail/kavworks-close-kiosk-plug/jjefaiminmmcjommohpnmpiompbcekaa |
Beskrivning | This extension closes the chrome in kiosk mode |
Filstorlek | 5.28 KB |
Antal Installationer | 131 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-10-18 |
Publiceringsdatum | 2016-10-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | support |
Betalningssätt | free |
Stödda Språk | 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": [ " |