Compare Chrome extensions: Exit Kiosk vs VIF close kiosk extension

Stats Exit Kiosk Exit Kiosk VIF close kiosk extension VIF close kiosk extension
User count 7,636+ 3,000+
Average rating 4.50 3.00
Rating count 4 2
Last updated 2016-10-13 2022-07-07
Size 25.64K 17.02K
Version 1.0.0 1.1.0
Short description
A Google Chrome Extension to automatically exit Kiosk mode when any window navigates to *exitkiosk*. This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.
Full summary

A Google Chrome Extension to automatically close Kiosk mode when any window navigates to exitkiosk. Based on the "openkiosk" extension, this extension fixes an issue with that extension so that it will work with kiosk apps opened using the chrome -kiosk flag. This application is intended for use by Kiosk-Mode applications which need to be able to close back to the desktop.

Closes any window (tab) in chrome which contains the characters: 'exitkiosk'. Note that this may interfere with general web browsing. Although it's unlikely any page will contain these characters.

If you are the creator of a kiosk product then this extension may be useful to you as self.close() will not shut the kiosk.

Install this extension and then launch your kiosk app with a shortcut:

(Windows) "C:\Users*user*\AppData\Local\Google\Chrome\Application\chrome.exe --kiosk http://localhost/"

If there are no other chrome windows, the page will be launched as kiosk mode. To shut your kiosk mode full screen app, call:

javascript:location.href = 'http://exitkiosk';

See more

This extension permits to automatically close Kiosk mode when any window navigates to closekiosk.

Closes any tab whose url contains the string : 'closekiosk'. Note that this may interfere with general web browsing. However, the risk that an url contains this string and that the tab is closed is negligible.