Is there a way to open tab in Google Chrome/Chromium with minimal layout (without tabs, bars, adress bar) so I can watch youtube videos in small window with borders only? Is there a shortcut to switch between this modes or extension to do that?
04 Answers
Ok. I found one solution to this problem.
Go to desire website
Open
Main menu -> More Tools -> Create Shortcut
Check "Open as window"
Open created shortcut from Desktop (Or created shortcut opens automatically)
Enjoy the website with minimal layout.
4If you use linux (but maybe there is a way to start it from command line in other less user friendly OSes), you can start youtube with:
google-chrome-stable --new-window --app= 1 For the most recent version as of November 2018:
- Go to Apps,
- Right-click the desired app
- Open as window
Enjoy website with minimal layout.
1For MacOS it is:
/Applications/Google\ Chrome --new-window --app=There is some way to make it launch from Launchpad item even with custom icon, but I'd need to google that as well.