1
NessajCN 2 天前
zen browser 有 workspace
|
![]() |
2
defunct9 2 天前
puppeteer
|
![]() |
3
realpg OP |
4
ithz 2 天前
同问,或者有没有这种扩展
|
![]() |
5
Belmode 2 天前
一直用 chrome 的多用户模式,很舒服,点一下就切换环境
|
![]() |
6
defunct9 2 天前
谁说不是全功能,你启动的时候加参数不就行了:
const browser = await puppeteer.launch({ headless: false, defaultViewport : null, // 页面自适应分辨率显示 args : [ '--start-maximized', // 页面最大化 '--disable-infobars', // 禁止信息栏。 //'--no-sandbox', // 让浏览器不使用沙盒模式。 '--disable-save-password-bubble', // 禁止保存密码 '--disable-dev-shm-usage', // 禁用共享内存。 //'--no-first-run', // 不需要首次运行 //'--hide-scrollbars', // 隐藏滚动条。 '--no-restore-last-session', '--hide-crash-restore-bubble', '--window-size="1024,768"', //设置窗口大小。 '--window-position=0,0', //设置窗口启动时的位置。 ], ignoreDefaultArgs: ['--enable-automation'] }); |
7
icinessz 2 天前
edge 创建多个新的个人资料
|
![]() |
8
importmeta 2 天前
专业需求可以看看指纹浏览器,大多是付费的.
|
9
liuidetmks 2 天前
火狐官方插件,隔离环境,挺好用的
Firefox Multi-Account Containers , The Firefox Multi-Account Containers extension lets you carve out a separate box for each of your online lives – no more opening a different browser just to check your work email! Under the hood, it separates website storage into tab-specific Containers. Cookies downloaded by one Container are not available to other Containers. You can even integrate individual Containers with Mozilla VPN to protect your browsing and location. With the Firefox Multi-Account Containers extension, you can... |
![]() |
10
mesh 2 天前
少量多开用 chrome 创建不同的--user-data-dir 不就行了吗
|
![]() |
11
realpg OP @importmeta #8
不需要指纹功能 只需要简单切换 主要是工作场景考虑 系统都是自己的 而且 我能接受付费 @icinessz #7 chrome edge 都用过多用户了 比较不方便 @liuidetmks #9 甚至不用插件 chromium 系列自带多用户 我显然是想要一个专业的以这个为卖点的产品 这样会有很多专门优化的功能 |
12
jamos 1 天前
[250604132017-chrome-cv-N.png]( https://postimg.cc/18LjnWMb)
[250604132919-vmware-er-E.png]( https://postimg.cc/bDthKDr2) |
13
jamos 1 天前
[url=https://postimages.org/][img]https://i.postimg.cc/XvJSPm5N/250604132017-chrome-cv-N.png[/img][/url][url=https://gasstation-nearme.com/open-24-hours]what is still open near me[/url]
|
15
jamos 1 天前
|
![]() |
16
Ocean810975 1 天前
指纹浏览器?
|
17
jamos 1 天前
|
19
macaodoll 1 天前
你这需求,自己开发一个就行,这块也不难.
|
![]() |
20
momocraft 1 天前
$ chrome --user-data-dir=YOUR_CHOICE
|
21
spritecn 1 天前
zen browser 已经是我的开发主力了,arc 一样的标签栏加工作区,很妥帖
|
![]() |
22
beyondstars 1 天前
firefox 有 profiles (about:profiles),chrome 有 --user--data-dir
|
![]() |
23
realpg OP @jamos #17
chrome 原生 UI 就支持了啊 直接切换用户就完了 每个用户一个 profile 不用搞参数 而且更智能... 所以改 user-data-dir 快捷方式这种方式早就应该扔到历史垃圾堆了 |
24
livin2 1 天前
chromium profiles 本身就可以多开窗口啊,还不够用的话那具体是什么场景呢?有点难以想象了,想同一个窗口不同标签页之间隔离?那不也得每次打开页面都选 profiles 么?
|
![]() |
25
lekai63 1 天前
目前用着 Firefox Multi-Account Containers 感觉舒适,可以为每一个 container 单独配置代理。
当然,不是原版 FF ,而是 LibreWolf |
![]() |
26
runking 1 天前
acr 也自带
|
27
momooc 1 天前
360 极速?之前见其他人讨论过
|
![]() |
29
epiloguess 1 天前
前两天在 hn 看到的 donutbrowser,说不定能满足你的需求
|
![]() |
31
beyondstars 1 天前
@realpg #23 扔进垃圾堆这么说有点绝对了,假设你要是在国企/体制内部署产品 ,这种一般都没外网所以登不了你的 google 账号,需要登录部署产品的两个账号一个管理员账号一个普通用户账号测试,这时 --user-data-dir 就有用了。
|
![]() |
32
realpg OP @beyondstars #31
chrome 内置的切换并不需要登录 google 账号 他的实际实现就是即时指定--user-data-dir 就是说 你自己创建一个快捷方式指向这个 就是脱裤子放屁 google 内置的切换就是这么做的, 甚至支持从 chrome 里创建一个独立快捷方式到桌面 |
33
mengpp 1 天前
|