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

link|improve this question

feedback

7 Answers

up vote 3 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
Unfortunately, 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 Jun 16 '11 at 13:52
feedback

This bug is exactly what the OP is asking for; go star it!

https://code.google.com/p/chromium/issues/detail?id=10511

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
1  
I think the latest beta builds have extensions enabled by default. I removed the --enable-extensions bit and they still work. – Noam Gal Oct 20 '09 at 8:49
feedback

As I post this, I've found the afformentioned One Window to be the only real solution. Apparently there is some difficulty in writing an extension that cleanly solves this problem due to JavaScript security in chrome.

link|improve this answer
feedback

Just go ahead and open it in the new window then click on the tab/web site label of that window and drag to the window already opened. That will integrate the other window as a tab in the original browser window.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.