How to Use Multiple Instances of Chromium or Firefox

browser

I usually have different instances of my web browsers to attend to various types of usages, on Windows that means using portable versions of Chrome and Firefox. The existing portable versions of Firefox and Chromium for Linux are outdated and lack immediate support, compared with the portable apps for Windows. I am wondering if there is any way to make the current versions of Firefox and Chromium provided by Ubuntu work as "portable", which by that I mean running as the equivalent of a Windows portable app, detached from the default browsers.

Best Answer

Would using Mozilla Firefox with multiple 'profile' work? Each of these would have separate settings, plug-ins, history, etc.

Use this to setup additional profiles:

firefox -ProfileManager

Then this to set a particular profile:

firefox -P <profile>
Related Question