Google Chrome: Escaping the Browser Ghetto

Yesterday, I complained about Google Chrome’s tab-centric user interface. Today, I’ll rave about Google Chrome because it allows you to easily avoid its tab-centric user interface and let applications escape the browser ghetto. Here’s how you do it.

Open Google Chrome and go to a web application. From its «Document» menu icon, select «Create application shortcuts…»

Create application shortcuts dialog box

This will open a dialog box which allows you to set where the application should appear:

Create application shortcuts menu item

Note the nice gmail icon Google Chrome found. I think it took the icon from this link element found in gmail’s head:

<link rel="icon" href="images/2/gmail_icon_32.png" sizes="32x32">

If your web app has no icon link, Google Chrome will use its favicon.

After you’ve created the web app, it will look pretty much like a native application:

gmail in the Windows Start menu

This shortcut actually calls chrome.exe with the —app option:

"C:Documents and Settings/LKM/Local Settings/Application
Data/GoogleChrome/Application/chrome.exe"  
--app=https://mail.google.com/mail

Launching it shows the site1 inside a very clean, basic window:

Google Chrome web aplication window

This window has a dropdown with some basic commands:

Google Chrome web aplication window menu

This seems to be a very clean, usable solution to the problem of having web apps stuck inside browser windows. Well done!


  1. Yes, the screenshot does not show gmail :-) back

If you require a short url to link to this article, please use http://ignco.de/55

designed_for_use_small

If you liked this, you'll love my book. It's called Designed for Use: Create Usable Interfaces for Applications and the Web. In it, I cover the whole design process, from user research and sketching to usability tests and A/B testing. But I don't just explain techniques, I also talk about concepts like discoverability, when and how to use animations, what we can learn from video games, and much more.

You can find out more about it (and order it directly, printed or as a DRM-free ebook) on the Pragmatic Programmers website.