
Google and StackOverflow were unhelpful, people there don't seem to understand that the task manager only shows me a separate list of tabs with no way to identify which is which.
Resolves NO if no one provides a way by close.
🏅 Top traders
# | Name | Total profit |
---|---|---|
1 | Ṁ153 | |
2 | Ṁ110 | |
3 | Ṁ55 | |
4 | Ṁ17 | |
5 | Ṁ10 |
Does this work? From chatGPT (4):
Follow these steps:
Open Google Chrome.
Click on the three-dot menu in the top-right corner.
Hover over "More tools" and click on "Task manager" in the submenu.
Chrome's Task Manager will open, displaying a list of tabs, extensions, and other processes associated with Chrome.
Now, to link a process in Windows Task Manager to a Chrome tab, you'll need to compare the process IDs:
Open Windows Task Manager by pressing Ctrl + Shift + Esc.
Click on the "Processes" tab (or "Details" tab in Windows 8 and later).
If the "Process ID" (PID) column is not visible, right-click on the column headers and click "Select columns." Then, check the "PID (Process Identifier)" option and click "OK."
Find the "chrome.exe" processes in the list. You might see multiple processes, as Chrome creates a new process for each tab, extension, and some other tasks.
Now, compare the PIDs from Chrome's Task Manager and Windows Task Manager. The process in Windows Task Manager with the same PID as the tab in Chrome's Task Manager corresponds to that specific tab
@IsaacKing on Mac, do the same but with Activity Manager and the match the process Id on there to the process Id on chrome task manager
Does an extension that requires that you use dev channel chrome count? You just click its icon in the extension bar. https://github.com/imuli/zap
@Imuli Says the extension is no longer available.
https://chrome.google.com/webstore/detail/zap/fldahmpkdpmoplkmfhcghnhfpcaajlhj?hl=en
@IsaacKing Yeah, you can't install it from the web store because it uses the dev channel.
Ok, I figured out some annoying ways to kinda do it:
Expand the task manager window and it will show more of the tab title. As long as all my tabs have different titles, I can laboriously match them up one by one.
Double-click on a tab in the task manager and it'll be brought to the front. So again I can slowly go through them all and eventually identify the tab I want.
Both terrible solutions, but they technically work. I'll resolve this market based on whether someone gives me a better system.
ChatGPT just confidently told me I can find the tab ID by opening the developer tools and see the ID at the top of the console. This is completely false. Sigh.