Chrome Is What You Make Of It

Enable the Default Web Apps in Chrome 8

Google Chrome Webstore is at our door steps. Lets get ready to welcome it. Chrome 8 has already sneaked in to our PCs, and is capable of loading some default web apps.

Lets do a little editing and get the default Web Apps working on Chrome 8. Here is how.

1. Close all Google Chrome windows.

2. In Windows, right-click on a Chrome shortcut from your desktop, select “Properties” and append the following text to the Target field: ” –enable-default-apps” (don’t use quotes, but don’t forget to add a space before adding the command line flag). Click “OK” to close the dialog and then open Google Chrome.

On a Mac, quit Chrome, open the Terminal and paste this:

open /Applications/Google\ Chrome.app –args -enable-default-apps

For Linux you could use this:

/opt/google/chrome/google-chrome -enable-default-apps

3. Type chrome://extensions/ in the address bar (or click on the wrench menu and go to Tools > Extensions).

4. Click the “developer mode” link and then click “Update extensions now”.

5. After less than a minute, your new tab page should look like this:

howto  Enable the Default Web Apps in Chrome 8

Enjoy and don’t forget to share this with your friends. And yes, I almost forgot to say thanks to Google System Blog.

15 Responses to “Enable the Default Web Apps in Chrome 8”

        • Guest

          It dowsn’t work for me.
          When Chromium opens, it opens a page that he cant load:
          xn--enable-default-apps-475k/
          I updated the extensions turned on and turned off, but still it doesnt work.

          Reply
  1. Guest

    “C:\Documents and Settings\USERNAME\Local Settings\Application Data\Chromium\Application\chrome.exe” –enable-default-apps

    USERNAME is my username, but that is private.

    Reply
  2. b

    Does this work on the Chrome 9 dev version? I’ve tried it with the terminal line with mac but it comes back with an error.

    Reply
  3. Nicola D'Agostino

    The right syntax on the Mac is two dashes before the enable flag, no open, no –args.

    Examples:
    /Applications/Chromium.app/Contents/MacOS/Chromium –enable-default-apps
    /Applications/Chromium.app/Contents/MacOS/Chromium –enable-default-apps

    This said I just tried it on the latest build and it doesn’t seem to have any effect (yet)

    nda

    Reply
    • kurtextrem

      yeah, yeah, but in Chrome 9.x / Chromium 10.x it doenst work ;)

      Reply

Leave a Reply