You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several takes on this (google chrome profiles are supported by design already): #14 #81 #73 #61
Chromium profiles though (ungoogled chromium in my case, but maybe there is no difference about the userdata path?) have not been tackled.
In my case, either automatic setup, or manual addition of different commandlines that launch specific profile,would be equivalent.
The text was updated successfully, but these errors were encountered:
Hey @w0000000t , I developed a similar project called Hurl (inspired out of this project and for personal usage). It supports adding multiple profiles for the same browser. It's still in early stages as I'm a newbie to WPF.
Though, It's currently undocumented. Here's how to do it manually (GUI support soon once I learn MVVM). Once after installing the App, Open it once so the app can create a settings file at %USERPROFILE%/AppData/Roaming/Hurl/UserSettings.json.
Add the following snippet under a chromium browser you want after removing existing property AlternateLaunches
Hey @U-C-S great visuals and feature!
In my rush to research something that did what I needed, "NAOW!", I stumbled upon Browser Chooser 2 which can be set to do pretty much what I wanted, so I've settled with that as I got it configured the way I like it, yet I see your project a nifty addition to the available choices for users jumping on this thread ;)
There are several takes on this (google chrome profiles are supported by design already):
#14
#81
#73
#61
Chromium profiles though (ungoogled chromium in my case, but maybe there is no difference about the userdata path?) have not been tackled.
In my case, either automatic setup, or manual addition of different commandlines that launch specific profile,would be equivalent.
The text was updated successfully, but these errors were encountered: