Google Chrome - Open pop-ups in new tab?

28

7

Is there a way to set Google Chrome so that it opens pop-ups in tabs instead of opening new windows?

Ariod

Posted 2009-10-16T14:39:10.307

Reputation: 603

2

This bug is exactly what the OP is asking for; go star it! https://code.google.com/p/chromium/issues/detail?id=10511

– Matt Lachman – 2011-06-22T19:54:50.037

Answers

3

There is a 3 step workaround you can do this by

  • You should know when the popup will be opened. Popups are blocked in chrome by default. But chrome will show a popup blocked notification in bottom right corner.
  • click on notification to select always accept popup from this specific site
  • Reload the main (parent) page. This will load the popup in small windows. Right click in titlebar of popup window and select "Show As Tab". Once popup is transformed in a window with tab, you can drag it back to main window.

Hope this helps.

Thanks.

priyankpatel

Posted 2009-10-16T14:39:10.307

Reputation: 452

This works, but it's a fiddle. I need to do this operation several times a day. It's shame it can't be more automated. – Kit Johnson – 2013-11-14T09:59:02.550

15

There is the chrome extension One Window.

It is not perfect, as the popup will first be opened and then "transformed" into a tab, which you will see as a flicker. Otherwise it seems to work fine.

0x89

Posted 2009-10-16T14:39:10.307

Reputation: 969

1The link is no longer valid and there seems to be no Chrome extension by that name now. – Wytze – 2019-01-25T06:54:04.807

Still using the old version of this extension under developer mode as it's no longer available in Chrome Store. Still the best one out there. – crudedude – 2020-01-09T12:23:04.070

2Unfortunately, I may not always want just one window. There are times where I want to open a new window and have any popups generated from tabs in that window to join to that window. – Matt Lachman – 2011-06-16T13:52:45.817

1

I'm not sure about a setting that will make pop-ups open in tabs but you can Right-Click the top bar of the window (with the page title), select "Show As Tab" and then drag it to your main window.

user5828

Posted 2009-10-16T14:39:10.307

Reputation:

The accepted answer seems to be targeted at some specific web site that isn't even in the question any more. – Noumenon – 2017-04-18T14:48:35.240

0

Popup Intercept - One Window

Is my next solution to One Window. The only downside for me is that you need to explicitly add each of the websites to be able make it work. I'm now using an unpacked version of this to make it work with all sites.

crudedude

Posted 2009-10-16T14:39:10.307

Reputation: 103

0

If you don't want to use those extensions, then the most simple solution is to Ctrl + Click the link you think it's a pop-up: it will be open as a new tab.

Jesús Hagiwara

Posted 2009-10-16T14:39:10.307

Reputation: 367

That requires predicting in advance what the pop-ups will be and also doesn't work for Javascript links. – David Richerby – 2015-10-04T13:34:23.647

In that case, it's necessary to use a browser which opens all links, including pop-ups in new tabs, such as Maxthon, until Chrome has that ability. – Jesús Hagiwara – 2015-10-04T14:57:47.713

-1

As of current chrome no there is not. When addons are more prevalent I can't see this as being hard to code in. I wouldn't be surprised if there wasn't one already if you run chrome with the --enable-extensions flag if you have the latest dev version of chrome and can find an addon|extensions that does this.

Unfundednut

Posted 2009-10-16T14:39:10.307

Reputation: 6 650

1I think the latest beta builds have extensions enabled by default. I removed the --enable-extensions bit and they still work. – Noam Gal – 2009-10-20T08:49:35.080