Will someone give me an easy way to kill a specific chrome tab?
16
80
290
resolved May 10
Resolved
NO

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.

Get Ṁ200 play money

🏅 Top traders

#NameTotal profit
1Ṁ153
2Ṁ110
3Ṁ55
4Ṁ17
5Ṁ10
Sort by:

Does this work? From chatGPT (4):

Follow these steps:

  1. Open Google Chrome.

  2. Click on the three-dot menu in the top-right corner.

  3. Hover over "More tools" and click on "Task manager" in the submenu.

  4. 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:

  1. Open Windows Task Manager by pressing Ctrl + Shift + Esc.

  2. Click on the "Processes" tab (or "Details" tab in Windows 8 and later).

  3. 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."

  4. 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

predicted NO

@fleventy I'm not on Windows, so no.

predicted YES

@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

predicted YES

@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

predicted NO

@fleventy I'm not clear how this is any better than just clicking "end process" in the chrome task manager?

predicted YES

@Imuli OP is saying the current methods they tried don't tell them to which process to end

predicted NO
predicted YES

@Imuli It's a good point. I don't know what would satisfy OP if not that

bought Ṁ10 of YES

Can you not just hit ctrl-W on your current tab..?

predicted YES

@JohnSmithb9be That removes the tab entirely, killing it leaves it open.

bought Ṁ25 of YES

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

predicted YES

@Imuli It kills the current tab. In theory it could have a dropdown list, but it serves my needs as is.

predicted NO
predicted YES

@IsaacKing Yeah, you can't install it from the web store because it uses the dev channel.

predicted YES

@Imuli You need to enable developer mode in extensions and load it as an unpacked extension.

predicted NO

@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')

predicted YES

@IsaacKing Sounds like you're not running dev channel chrome.

bought Ṁ10 of YES

@eclair4151 None of those answers solves my problem.

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.