
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
@fleventy in fact if you're on Mac or Linux you can run kill processId
in the command line with processId of the tab in the chrome task manager
@fleventy I'm not clear how this is any better than just clicking "end process" in the chrome task manager?
@Imuli OP is saying the current methods they tried don't tell them to which process to end
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 It kills the current tab. In theory it could have a dropdown list, but it serves my needs as is.
@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.
@Imuli You need to enable developer mode in extensions and load it as an unpacked extension.
@Imuli Just loaded it that way, doesn't do anything when I try to activate it.
Error in event handler: TypeError: Cannot read properties of undefined (reading 'getProcessIdForTab')
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.