本文介绍了如何让Google Chrome扩展程序弹出窗口打开?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我打开我的扩展弹出窗口,然后打开另一个窗口或选项卡,弹出窗口不会保持打开状态,如果我返回到它。
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?
推荐答案
作为用户,您目前不能强制弹出保持开放。这是UI团队做出的UI决定。如果你想强制设置,你可以通过改变弹出图标,打开一个新的标签或者新的弹出视图来显示。
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.
这篇关于如何让Google Chrome扩展程序弹出窗口打开?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!