How do I start Google Chrome in application mode?

What I want is to surf to a website, such as www.facebook.com, directly without borders or address bar, etc.

link|improve this question
feedback

1 Answer

up vote 13 down vote accepted

The easiest way is to browse to the website in Chrome, and then follow these steps:

  1. Click the page menu.

    alt text

  2. Select Tools > Create application shortcuts.
  3. In the Gears dialog box, select the checkboxes for the locations where you want shortcuts to be placed.
  4. Click OK.

The other way is from the command line:

"path\to\chrome\chrome.exe" --app=http://facebook.com
link|improve this answer
feedback

Your Answer

 
or
required, but never shown