To create an app tab, simply right click any tab and select "
Make into app tab ".
If you're using Ubuntu, you can install the latest Firefox 4.0 Beta 2 Pre from the Mozilla Daily PPA:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa && sudo apt-get update sudo apt-get install firefox-4.0
Warning: using the above PPA will result in daily Firefox updates! Also, your all your Firefox versions will be updated to the latest nightly build.
Update: if you get an error installing Firefox 4.0, here is a fix:
sudo ln -s /usr/lib/firefox-4.0b2pre/firefox-4.0 /usr/bin/firefox-4.0 sudo apt-get -f install
Thanks to rkv!