How to keep Google Chrome Extension popup open?

前端 未结 7 1948
情话喂你
情话喂你 2020-11-27 21:15

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 stay

7条回答
  •  渐次进展
    2020-11-27 21:49

    In an answer to a FAQ here: http://developer.chrome.com/extensions/faq.html#faq-persist-popups

    Popups automatically close when the user focuses on some portion of the browser outside of the popup. There is no way to keep the popup open after the user has clicked away.

提交回复
热议问题