LinuxにおけるChromeのプロファイル
table:The default location is in ~/.config:
Chrome Stable ~/.config/google-chrome Chrome Beta ~/.config/google-chrome-beta
Chrome Dev ~/.config/google-chrome-unstable
The ~/.config portion of the default location can be overridden by $CHROME_CONFIG_HOME (since M61) or by $XDG_CONFIG_HOME. Note that $XDG_CONFIG_HOME affects all applications conforming to the XDG Base Directory Spec, while $CHROME_CONFIG_HOME is specific to Chrome and Chromium. $HOME/.configというディレクトリを決めているのはXDG Base Directory Specらしい。
XDGってのはX Desktop Groupの略らしい。