170

I want to increase the screen real estate for my Chrome app. The Address Bar is useless in a Chrome App and I was wondering if there was a way to disable it.

vivatus
  • 2,253
  • 4
  • 18
  • 23

14 Answers14

297

You can run Chrome in application mode.

Windows:

Chrome.exe --app=https://google.com

Mac:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=https://google.com

Linux:

google-chrome --app=https://google.com

This removes all toolbars, not just the address bar, but it will definitely increase your real estate without having to use Kiosk mode.

2Cubed
  • 3,401
  • 7
  • 23
  • 40
Force
  • 3,288
  • 1
  • 13
  • 19
  • 1
    You suggested the same thing that Stead did :) Unfortunately using F11 or "Full Screen" mode limits you to just that being in full screen mode. Application mode allows you to use the browser as normal without all of the (in this case) unnecessary toolbars and drop down menus. – Force Jul 16 '14 at 20:12
  • 1
    i think your solution is more of a permanent fix for specific sites, where mine is more of a situational fix :) – neaumusic Jul 16 '14 at 22:40
  • 5
    For mac, you have to run /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app= – Christopher Swasey Oct 29 '14 at 15:34
  • 1
    While using --app how to tell Chrome.exe to run as a single process (not making too many processes in alt+ctrl+del list? so that the CPU and Memory is used but cleaned up) –  Mar 26 '15 at 11:09
  • 5
    It's a shame they [dropped](https://www.quora.com/Why-is-Chrome-dropping-compact-navigation) the [Compact Navigation](http://www.askvg.com/how-to-enable-new-compact-navigation-feature-in-google-chrome-make-toolbar-and-addressbar-auto-hidden/) feature early on. – Jason C May 09 '17 at 15:48
  • Would anyone know how to do this on Android? I sometimes need to use Android Chrome in Desktop mode on a phone. In my cases the URL bar occupies too much real estate. Thank you! – ClarPaul May 09 '19 at 14:04
  • this can also be used with `msedge.exe --app=https://google.com/` – Earlee Feb 27 '21 at 08:32
  • Linux works also in android? – Nibia Dec 05 '21 at 20:11
122

Visit the site you want in Chrome. Click the Chrome menu in your browser toolbar.

  • Select "More Tools" > "Create shortcut…"
  • Check "Open as window", press "Add"

Once you launch from that shortcut it will be a window without toolbar.

Protector one
  • 6,926
  • 5
  • 62
  • 86
Ovidiu
  • 2,921
  • 5
  • 28
  • 36
  • 14
    This should be the accepted answer. No need to fiddle with shortcuts. **This is a built-in Chrome feature.** – ADTC Feb 03 '15 at 03:41
  • 2
    on the current version of chrome on windows this is in menu > more tools > add to task bar + check open in window – jopfre Nov 08 '15 at 15:33
  • @jopfre I have the last chrome version but I can't find 'add to task bar' option. Maybe you have an extension for that? – Ovidiu Jan 13 '16 at 10:03
  • 3
    The new way (late 2015) on ChromeOS is "More Tools", "Add to shelf...", "Open as window" (checkbox). For Chrome browser, it is ... "Add to Applications..." – MarkHu Jan 14 '16 at 21:52
  • @Ovidiu Just tested in incognito and it's as I stated. windows7 chrome v 47.0.2526.111 - just underneath save page as. – jopfre Jan 19 '16 at 17:50
  • 5
    I can't find this feature for the Chrome browser on Mac OS. Anyone know if this is supported? – Jacob Mar 14 '16 at 14:10
  • 8
    this answer is obsolete – Richard de Ree Sep 14 '16 at 14:35
  • Changed my answer to reflect new Chrome windows menu. And no, isn't obsolete. Selected answer isn't the right way to do it. It will just enable fullscreen. – Ovidiu Sep 15 '16 at 07:13
  • 1
    @Ovidiu it would be very helpful indeed and I d mark as right answer if built in feature, but I don't see the option you described in "more tools" menu. Version chrome 55.0.2883.95 (64-bit) on mac. Also tried to chrome://flags/#disable-hosted-apps-in-windows as in https://bugs.chromium.org/p/chromium/issues/detail?id=224903 but does not appear – user305883 Jan 27 '17 at 08:31
  • Is there a way to be able to open new tab links in full screen mode automatically too? – RhysE96 Feb 28 '17 at 09:46
  • 2
    Seems obsolete as of Chrome 60.0.3112.90 (at least on Mac), `More Tools" > "Add to Desktop"` is not offered. – Webel IT Australia - upvoter Aug 15 '17 at 05:17
  • This is the correct answer. All other answers are overly complicated and involve unnecessary steps. – Kevin Bright Feb 10 '18 at 14:38
  • @WebelITAustralia-upvoter Is not obsolete. Option is there in Chrome v64 (64b) – JoelAZ Mar 04 '18 at 00:08
  • @JoelZA Thanks for checking. Still can't see it. Chrome 64.0.3282.186 Mac OS X Yosemite 10.10.5. https://www.webel.com.au/stackoverflow/chrome-menu-add-where.png (Might be specific to OS version. There might be another preference/setting to activate it I have overlooked.) – Webel IT Australia - upvoter Mar 05 '18 at 01:07
  • @JoelAZ it doesn't appear on mine either on 64.0.3282.186 – RayfenWindspear Mar 13 '18 at 16:48
  • @WebelITAustralia-upvoter and RayfenWindspear - that is odd. I'm now on 65.0.3325.146 (official, 64b) on Windows 10 and option is definitely there. Running any kind of extension? Try a clean profile maybe? Dunno. I'd grab you a screencap but can't post it in comment. – JoelAZ Mar 14 '18 at 18:20
  • Renamed to `Create shortcut...`. I'm Version 67.0.3396.87 (Official Build) (64-bit) – Web and Flow Jun 26 '18 at 02:59
  • Dec 18 it's now "More Tools > Create Shortcut" then "Apps > Right click app > Open as Window". – Michael Dec 27 '18 at 01:49
  • Silly question: after the shortcut is created (still works in Chrome 72), where does it go?! Or is this different from a bookmark and doesn't actually get saved? In other words, can the shortcut simply be opened after I do this once, or do I need to recreate it every time? – Yury Mar 02 '19 at 23:38
44

Mac

  • CMDControlF goes fullscreen
  • CMDShiftF hides the navbar
  • also worth noting ...More ToolsCreate Shortcut... creates a standalone Application, just make sure you're logged into the Chrome Profile you want to be active

Windows

  • F11 (possibly AltEnter too)
neaumusic
  • 10,027
  • 9
  • 55
  • 83
10

Uncheck Always Show Toolbar in Full Screen in View menu:

enter image description here

and go to fullscreen then:

Alt+Cmd+F - on Mac

F11 - on Windows

klimat
  • 24,711
  • 7
  • 63
  • 70
  • 1
    Super ! I just did some tutorial screencasts (using ScreenFlow on Mac) and it worked brilliantly using this Always Show Toolbar in Full Screen mode option. I *disabled* the toolbar as shown, and it displayed a Java web application perfectly for screen capture. Thanks ! – Webel IT Australia - upvoter Sep 22 '17 at 10:43
8

In the latest version of Chrome (Version 50.0.2661.94 m) you can accomplish this by going to the menu and then clicking -> More Tools -> Add to Desktop. You will then want to check off "Open as Window" in the popup that appears and then click "Add". Screen shots below:

enter image description here

enter image description here

Al Belmondo
  • 764
  • 10
  • 26
6

Hitting F11 may work for you.(Full-screen mode)

It appears that the hiding the address bar without going full screen is no longer an option:http://productforums.google.com/forum/#!topic/chrome/d7LfleRNX7M

stead
  • 167
  • 1
  • 7
5

On macs chrome browser:

1st toggle on Full screen:

cmd-ctrl-f

2nd toggle on hide address bar, tabs and all

Just repeat to undo or hover above top

cmd-shift-f

Undo by repeating backwards:

  • cmd-shift-f undo hide
  • cmd-ctrl-f undo full screen
jasonleonhard
  • 12,047
  • 89
  • 66
3

2016-05-04-03:59A - Windows 7 - Google Chrome [Version 50.0.2661.94]

wanted this done for a 'YouTube Pop-out Player' without Chrome Address / Toolbar or Bookmarks Bar; solution ended up being a small edit of MarkHu's answer (because of new updates, i guess?)

Go to the page you want altered, select Chrome Toolbar's 'Hamburger button' (3 horizontal lines).

From there: More tools > Add to desktop... > Open as window (tick box) > Add (button).

... and, simply open your page from the new desktop shortcut, adjust as needed, and enjoy!

  • If you would like to know how to hide the YouTube search bar that appears at the top of the pop-out: Right-click and choose "Inspect element" to open the developer tools. Locate "masthead-positioner" and press Delete twice. Now you can size the screen so that only the video is visible! – Steve Pitchers May 04 '16 at 18:23
1

Even though the question is about gaining some space removing the address bar, you can also gain some space by toggling the bookmark bar on and off, using Ctrl + Shift + B, or ⌘ Cmd + Shift + B, in Mac OS.

Manuel Reis
  • 574
  • 8
  • 29
1

Vivaldi Chromium-based Browser can hide the address bar for my Home Theather PC. Using that app you can show/hide a floating bar with F8 key. Other answers are unrelated to what was asked!

Hugo Laf
  • 81
  • 3
0

Instructions as of Dec 2018:

  1. Visit the site you want in Chrome
  2. From menu select "More tools" > "Create shortcut..."
  3. From apps (can visit chrome://apps/), right click site then enable "Open as window"

Now when you open the shortcut it will open in a window without toolbar.

Michael
  • 11,571
  • 4
  • 63
  • 61
-1

enter image description here

in macOS make service by automator.

that's it. you can assign short cut.

Stephen Rauch
  • 47,830
  • 31
  • 106
  • 135
-1

For Chrome on Ubuntu (16.04), F11 is the way to go.

-1

to answer your question about how to hide the address bar I will suggest checking blurscreen.app

here is how it works

hide address bar in chrome

ps: you will not have more real state though

Sanskar Tiwari
  • 139
  • 3
  • 10