Launch Chrome in Kiosk Mode with URL (Tested on Mac / Chrome 43.0.2357.124)

#!/bin/bash # Launch Chromium in Kiosk with specified URL /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk --app=http://example.com
Co-founder @ Piing
#!/bin/bash # Launch Chromium in Kiosk with specified URL /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk --app=http://example.com
One thought on “Launch Chrome in Kiosk Mode with URL (Tested on Mac / Chrome 43.0.2357.124)”