Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I run Chrome Beta side by side with regular Chrome? [closed]

I'd like to have both Chrome stable and Beta running simultaneously so I can test my site in both of them.

I do know that I can run Chrome Canary side by side with another Chrome, but I don't want to do that right now.

When I try running Beta while Stable is running it just quits immediately.

like image 868
Paul Irish Avatar asked Oct 13 '13 22:10

Paul Irish


People also ask

Can you have Chrome and Chrome Beta at the same time?

Stable, Beta, and Dev channels can not run side by side on the same computer, so you have to choose one. In the case of Google Chrome's Android version, it's perfectly possible to run stable Chrome and Chrome Beta at the same time — as seen in the screenshot below.

Can I run 2 versions of Chrome?

Google says it made changes to how the different versions of Chrome operate. From now on, users will be able to run the Stable version of Chrome together with one of the upcoming releases — Beta or Dev (Chrome Canary). This update only applies to Chrome versions on Windows, Android, and Linux.

Which is faster Chrome or Chrome Beta?

According to tests run by Computerworld, the Chrome beta, which Google launched yesterday, is the second fastest of the major Windows browsers. Chrome 5.0. 375.29 also renders JavaScript about 17% faster than Chrome 4.1. 249.1064, the current "stable" edition.

Is Chrome and Chrome Beta same?

Chrome Beta is always ahead of the stable version of Google Chrome. In other words, you get to check out a batch of new features that may — or may not be — released to the public version of Chrome. Most often than not, they do get released, which means that you have ample time to adjust to the new inclusions.


1 Answers

Yup, you can do this as long as you're okay keeping the profiles for your beta and stable separate.

These instructions below are for Mac, but you can probably work out the Windows equivalents.

  • Download the Beta.
  • Extract the app to Downloads
  • Rename the beta app to Google Chrome Beta.app and move into Applications folder.
  • Run this in terminal:
    • /Applications/Google\ Chrome\ Beta.app/Contents/MacOS/Google\ Chrome --user-data-dir=/Users/$USER/chromebetaprofile
    • The path after --user-data-dir= is where your profile for Chrome Beta will live. Move it somewhere else if you like, but use an absolute path (~ doesn't work here).
  • You are now running Chrome Beta side by side with stable.
  • Optional: If you'd like to avoid going to the command line, you can make an .app with the user-data-dir baked in with appify or the Appify-UI

Now to get a nice icon to differentiate:

  • Open https://github.com/alrra/browser-logos/blob/master/src/chrome-beta/chrome-beta.png
  • Click the Download button
  • Select the Beta app in Finder > Applications
  • Hit cmd-i for the file details
  • Click the icon in the top left, it should give you a blue focus highlight
  • cmd-v to paste in the new icon.

Aw yeah. Canary, Beta, Stable in peace and harmony:

enter image description here

like image 120
4 revs, 3 users 93% Avatar answered Nov 08 '22 00:11

4 revs, 3 users 93%