mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1650] Grouping of different Chrome channels #1644
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1644
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rifaidev on GitHub (May 23, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1650
Originally assigned to: @NghiaTranUIT on GitHub.
Description
Why are separate versions of Safari and Firefox listed individually, while different versions/channels of Chrome (Beta, Dev, Canary) are all grouped together as a single application? Is there a specific technical reason for this distinction?
@NghiaTranUIT commented on GitHub (May 23, 2023):
It's a different
pid, so it's grouped by different apps.@rifaidev commented on GitHub (May 23, 2023):
But they actually differ
@NghiaTranUIT commented on GitHub (May 23, 2023):
Ah, I see what you mean. It's my little legacy code because they have the same process name:
Google Chrome Helper, so I incorrectly treat it as the same app.I will download the Google Chrome Canary and fix it 👍
@NghiaTranUIT commented on GitHub (May 23, 2023):
@rifaidev here is the fix 👍 https://download.proxyman.io/beta/Proxyman_4.8.0_Fix_Google_Chrome_App_Icon.dmg
@rifaidev commented on GitHub (May 23, 2023):
Thanks for the quick fix, works like a charm!