Advertisement

Run Google Chrome with different profiles

Google Chrome is the most popular web browser which exists for all major platforms like Windows, Android and Linux. It comes with a powerful rendering engine which supports all modern web standards. You might want to setup a few profiles to separate your browsing tasks. In this article, we'll see how to run Google Chrome with different profiles.

Advertisеment


Run Google Chrome with different profiles
Chrome supports a special command line argument, --profile-directory. The syntax is as follows:
chrome --profile-directory="profile name"

Using this information, you can create a special shortcut to launch Chrome with a different profile. Do it as follows.

Table of contents

  1. Introduction
  2. Run Google Chrome with different profiles in Windows
  3. Run Google Chrome with different profiles on Linux

Introduction

Once you configure Google Chrome to run with different profiles, it will work as follows. Every profile can include one or several tabs, will have its own set of cookies, extensions, configuration options, local storage and other session related parameters isolated from other profiles!
For example, once you are logged in to some web site in one of the profiles, all tabs opened in the same profile will be able to recognize your session and will show you as logged in to that site. If you signed in to Facebook in a profile, all tabs from the same profile will show you logged in on Facebook, while all other profiles will not show you logged in there.

Run Google Chrome with different profiles in Windows

Chrome for Windows 10 supports the mentioned command line argument, --profile-directory. Use it as follows:

chrome.exe --profile-directory="profile name"
  1. Duplicate your existing Chrome shortcut. For example, select it on the Desktop, press Ctrl + C to copy it, then press Ctrl + V to paste. See this article: How to create a copy for a file quickly in Explorer.copy-shiortcut
  2. Right click the shortcut you created and select Properties from the context menu.open-shortcut-properties
  3. Add the mentioned command line argument to the Target box:It will look as follows:
    chrome.exe --profile-directory="my other profile"

    Correct the profile name according to your preferences.chrome-shortcut-target

  4. Repeat these steps for all profiles you need to create and you are done.

Now, you can run different Chrome profiles using shortcuts you created simultaneously.chrome-running-2-profiles

Run Google Chrome with different profiles on Linux

In Linux, you can create a special *.desktop file to launch the Chrome browser with an alternative profile. Do it as follows.

  1. Open the following folder with your favorite file manager:
    /usr/share/applications

    nemo-in-the-applications-folder

  2. Find a file named "google-chrome.desktop" there.
  3. Copy that file to the folder
    /home/your user name/.local/share/applications

    If you don't have such a folder, then just create it.nemo-in-the-local-applications-folder

  4. Rename the ~/.local/share/applications/google-chrome.desktop file to something else to indicate that it will refer to a custom profile.rename-desktop-file
  5. Edit it with your favorite editor. Change the Name section to something like Google Chrome (My Profile):geany
  6. Change all the Exec sections in the file to make them look like this:
    /usr/bin/google-chrome-stable --profile-directory="my other profile" %U

    So, you need to add the --profile-directory parameter to Chrome's command line.chrome-edit-desktop-file

  7. Repeat these steps for all profiles you need to create and you are done.

Your custom profiles will be visible in the apps menu of your Desktop environment. Here is how it looks in my XFCE+Whisker menu plugin:chrome-in-menu

That's it.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

7 thoughts on “Run Google Chrome with different profiles”

      1. With Vivaldi, you can run Stable and ‘Snapshot’ versions side by side!
        This tip just went from great to awesome!
        Kudos @Sergey Tkachenko :)

    1. Vivaldi runs from AppData/Local, so generate shortcuts from there,
      then replace ‘chrome’ with ‘vivaldi’ in the string: vivaldi.exe –profile-directory=”Vivaldi 2″

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.