How to hide the address bar in Chrome
By Flavio Copes
Learn how to hide the Chrome address bar for cleaner screenshots and screencasts by launching Chrome from the terminal in application mode with --app=URL flag.
~~~
There is no easy way from within an open instance of Chrome. You need to go to the terminal and open a new Chrome instance in application mode, passing the URL.
OSX
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=URL
Windows
Chrome.exe --app=URL
(prepend Chrome.exe with the Chrome folder, which varies by Windows version - see here)
Linux
google-chrome --app=URL ~~~
Related posts about platform: