Compare Chrome extensions: Exit Kiosk vs Navigation Injection

Stats Exit Kiosk Exit Kiosk Navigation Injection Navigation Injection
User count 7,636+ 87
Average rating 4.50 0.00
Rating count 4 0
Last updated 2016-10-13 2015-08-31
Size 25.64K 54.62K
Version 1.0.0 2
Short description
A Google Chrome Extension to automatically exit Kiosk mode when any window navigates to *exitkiosk*. Injects navigation buttons to every web page
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

On every web page shows a back button and a home button - useful for full-screen mode or kiosk mode.