Is there a way to display a webpage without any bars (task bar, url bar etc)?
You can use use either full screen mode or kiosk mode.
Full screen mode
If Chrome is already running:
- Press f11 to toggle full screen mode.
To start Chrome in full screen mode:
From a
cmd
shell, batch file or shortcut run the following command:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --start-fullscreen www.google.com
Replace
www.google.com
as appropriate.Press f11 to exit full screen mode.
Kiosk mode
From a
cmd
shell, batch file, or shortcut run the following command:"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk www.google.com
Replace
www.google.com
as appropriate.Press alt+f4 or ctrl+w to exit chrome.
Pressing f11 has no effect in Kiosk mode.