Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to keep Google Chrome Extension popup open?

If I open my extension popup then I open another window or tab following the popup does not stay open if I return to it.

Is there a way to force it so the popup stays open?

like image 710
jprim Avatar asked Nov 10 '10 17:11

jprim


People also ask

What is popup in Chrome extension?

Opens a dialog-like window, in which you can load a page within your chrome extension. HTML can be used.

Why does a website pop-up when I open Chrome?

If you're getting pop-up windows when browsing on Google Chrome it either means the pop-up blocker is not properly configured or other software is circumventing the browser's pop-up blocker.


1 Answers

As a user, you currently cannot force the the popup to stay open. That is a UI decision the UI team made. If you want to want to force a setup, you can have other way to show this by changing the popup icon, open a new tab when it requests, or new popup view for registration.

As a developer, inspect the popup, and it will stay open.

like image 160
Mohamed Mansour Avatar answered Oct 08 '22 15:10

Mohamed Mansour