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
*`lmptm.incognitoMode`: Specifies whether to launch browser in incognito/private mode.
26
+
*`lmptm.userData`: Specifies if the extension could store browser's user data, if enabled, user data directory setting is required.
27
+
*`lmptm.userDataDirectory`: Specifies [user data directory](https://chromium.googlesource.com/chromium/src/+/master/docs/user_data_dir.md), this will be ignored if **User Data** setting disabled.
25
28
26
29
## Known Issues
27
30
28
31
Errors may pop up (mostly happen in console) or functioning incorrectly if navigating too fast
29
32
30
33
## Release Notes
31
34
35
+
### 1.2.0
36
+
- Able to launch other Chromium-based browsers
37
+
- Able to launch browser in Incognito/Private mode
38
+
- Able to save user profile through [user data directory](https://chromium.googlesource.com/chromium/src/+/master/docs/user_data_dir.md)
0 commit comments