How to play with Google Chrome Web Apps right now

First, add some command line switches to your Chrome shortcut:
--enable-apps : turns on extension apps, otherwise you'll get an error when you try to install them.
--apps-panel : (optional) instead of loading the new tab page, Chrome will display a floating panel above the current tab
If you need help adding command line switches to Google Chrome, check our how-to post!
Now, on to the good stuff: installing the trio of Google apps!

Remember that path... you're going to need to browse to it three times (assuming you want to install all three apps).

Now click load unpacked extension... and drill down to the folder you located above.
Click into the folder of the app you want to install (like gmail_app), then click OK. If the install is successful, Chrome will refresh your Extensions page and you should now see the icon for the app.

** Alternatively, you can paste the full path into the Folder: text box if you wish -- just browse to the app in your file manager and copy the full path once you're inside an_app folder (e.g. C:\Users\Lee\AppData\Local\Google\Chrome\Application\6.0.453.1\Resources\gmail_app) .
Now, let's load an app! Just click the new tab button (or press ctrl + t) and click one.

As for the actual differences, you'll have to help me out -- point out what you notice in the comments! So far, the Google apps seem to work the same as a pinned tab -- just with nicer icons.
Spenser's Instructions for Mac users (you should be able to simply substitute Chrome for Chromium if you're running the dev channel):
- Open your /Applications folder, and right click on Chromium.app, then choose "Show Package Contents"
- Navigate to Contents/MacOS, and rename Chromium to Chromium-Exec
- Create a file called Chromium, with the contents (its two lines): #!/bin/sh exec /Applications/Chromium.app/Contents/MacOS/Chromium-Exec --enable-apps --apps-panel $@
- Open terminal and run chmod +x /Applications/Chromium.app/Contents/MacOS/Chromium
- Restart Chromium
- Navigate to Chromium.app/Contents/Versions/{Your Version}/Chromium Framework.framework/Resources in finder
- Open the extension manager, click "Developer Mode", and click "Load Unpacked Extension"
- Drag the folder of the app you want (eg. gmail_app) from finder into the open dialog of Chromium, click Open
- Repeat until you've added all the apps you want

The Illusionist's Dream is a simple platformer; you play as a magician who needs to get through each level by transforming into any number of animals that you encounter along the way.
Each animal can do different things; the butterfly can obviously fly, but if it encounters a frog, the frog eats it, and you have to start over again. There's also a fox that runs fast and leaps far, but it eats any rabbits that cross its path. That means that, if you may need to be a rabbit later on, you need to take that into account ...
Reader Comments (Page 1 of 2)
Ben said 1:38PM on 7-03-2010
It seems to just remove the navigation bar. Also, when closing an app tab (via middle mouse click), it immediately closes while closing a pinned tab takes two clicks.
Personally, I still prefer pinned tabs as they (as of this moment) have support for favicon changes letting me know that I have new mail.
Reply
Fejorca said 1:49PM on 7-03-2010
Excelent post! just have a question, where can I download more apps? thank you.
Reply
omart.t2+ds@gmail.com said 2:14PM on 7-03-2010
I created a google reader app by just altering the manifest file and adding some icons. I'm excited to see more apps!
http://www.mediafire.com/?tfnljx05yym
Reply
pat_boy2008 said 2:46PM on 7-03-2010
lol I edited the manifest file too and made a Yahoo Mail app. The icon sucks though. http://dl.dropbox.com/u/5735337/ymail_app.zip
pat_boy2008 said 3:19PM on 7-03-2010
Improved version with better icon and a crx file.
Yahoo Mail App: http://dl.dropbox.com/u/5735337/ymail_app.crx
Mmmbacon said 10:13PM on 7-03-2010
Thanks for the reader app. I may be a complete noob, but what are the advantages of the App vs the webpage? Thanks!
Samvjones said 2:36PM on 7-03-2010
Have been looking at this, and have edited to work for Google Apps for my domain so very pleased to say they are working and fine so am very pleased!! Cant wait for this to be expanded.
The way it handles new tab function is to me a much better option.
Reply
golaniy said 2:58PM on 7-03-2010
made reader, youtube, hulu, & facebook.
icons from theiconfactory and iconfinder.com
working on delicious.
Reply
golaniy said 2:59PM on 7-03-2010
whoops. forgot the link. http://www.mediafire.com/?hyymnuq0rkq
Genit said 3:35PM on 7-03-2010
Informative article thanks & thanks for those extra web apps guys rocking them right now! :D
Reply
Spenser Jones said 3:33PM on 7-03-2010
It is not very functional on a Mac, as all it does is display as a pinned tab, however the instructions for setting it up (since it will improve down the road) are as follows:
- Open your /Applications folder, and right click on Chromium.app, then choose "Show Package Contents"
- Navigate to Contents/MacOS, and rename Chromium to Chromium-Exec
- Create a file called Chromium, with the contents (its two lines):
#!/bin/sh
exec /Applications/Chromium.app/Contents/MacOS/Chromium-Exec --enable-apps --apps-panel $@
- Open terminal and run chmod +x /Applications/Chromium.app/Contents/MacOS/Chromium
- Restart Chromium
- Navigate to Chromium.app/Contents/Versions/{Your Version}/Chromium Framework.framework/Resources in finder
- Open the extension manager, click "Developer Mode", and click "Load Unpacked Extension"
- Drag the folder of the app you want (eg. gmail_app) from finder into the open dialog of Chromium, click Open. Repeat until you've added all the apps you want
Reply
Ivan said 7:24PM on 7-06-2010
Thank you for your explanation.
I am new to Unix.
I have the "Google Chrome" app, instead of Chromium, as far as I understand there are changes in the way to enable the apps and the panel?
Could you please give an advise?
RvdP said 6:09PM on 7-03-2010
Awesome post!
Too bad you can't pin the webapp's yet without re-enabling the toolbars.
Reply
g said 8:01PM on 7-03-2010
For all those who use linux, you won't get the cool looking app tabs. They look just like pinned tabs. Blah, no benefit at this point, it was fun to turn it on for a second tho ^_^
Reply
Teufel said 8:35PM on 7-03-2010
The correct path is %localappdata%\Google\Chrome\Application\6.0.453.1\Resources.
Reply
golaniy said 12:09AM on 7-04-2010
that IS the right path, if your using chromium.
owenoliver1 said 3:24AM on 7-04-2010
angered me to start with couldnt see my most recent i was like wtf ruin the whole thing then saw a little button click and yay its just amazing :)
and cheers guys so cool
Reply
Eatmold said 4:11AM on 7-04-2010
Here's a DowloadSquad webapp :-)
http://dl.dropbox.com/u/6876950/downloadsquad_app.zip
Reply
Qikon said 6:14AM on 7-04-2010
And here is the MyFav.es webapp!
http://dl.dropbox.com/u/4424398/myfaves_app.crx
Reply
Qikon said 7:01AM on 7-04-2010
Now, the Grooveshark webapp!
http://dl.dropbox.com/u/4424398/grooveshark_app.crx
Reply