I really need to run Chrome in kiosk mode with an extension. If I start chrome with --app-id=xxxx it runs the app, but --kiosk is ignored. If I start it with --kiosk the app-id is ignored.
Is there any way to do both? Starting in full screen (F11 mode) is not going to work because of the bubble window at the top and the user can exit.
Go to options and for “Home Page” pick “Open this page” and enter the url for your web app and then add –kiosk to your command line.
To get the url for your app I usually just open the app in a tab, right click and pick view source and then youll get something like view-source:chrome-extension://hiddpjhppcbepfekmomnlopbjjjhilhk/popup.html for its url, copy everything after view-source: and put that as your homepage.