Instructions for how to get an overview of where your Chrome and Chromium profiles are on your system and how the directory and display names are paired.
Your browser user data is stored in a location based on whether you are using Chrome or Chromium and Linux of macOS. Those cases are handled with the instructions below.
Below are two approaches to identify all pairs names and paths for your Chrome-like browsers.
This uses the Identify Chrome Profiles tool, which is a standalone script which can be run from anywhere.
Within each browser, the directory for the profile is shown against the browser user display name.
$ cd path/to/repo
$ ./tools/identify_chrome_profiles.sh
google-chrome
Default: Personal
Profile 1: Research
Profile 3: Work
chromium
Default: First user
Profile 1: Second user
In the above example, there are 3 Chrome and 1 Chromium user present on this system. Arbitrarily, up to 10 profiles of each are supported by this tool.
This is a slower alternative and involves using the actual browser.
- Open Chrome (or Chromium).
- Switch to a profile.
- Enter the following URL: chrome://version/
- And then see the Profile Path field and note the value for the profile.
- Repeat for remaining browser and users.
Example output for two browsers.
Google Chrome 68.0.3440.84 (Official Build) (64-bit)
...
Profile Path /home/michael/.config/google-chrome/Profile 3
Chromium 68.0.3440.75 (Developer Build) ...
...
Profile Path /home/michael/.config/chromium/Default