继续显示弹出的 Chrome 扩展
我尝试制作一个 chrome 扩展。对于这个项目,我需要一个功能,当我通过单击图标激活弹出窗口时,当我立即选择网页中的文本时,它不会关闭。一般情况下,弹出窗口会自动隐藏。
我有一种方法可以阻止 google chrome 扩展程序中的自动隐藏功能。
谢谢你,
沃特
I try to make a chrome extension. For this project I need to have a function that when I activate my popup by clicking on a icon it will not close when I am by instant select a text in a webpage. Normally the popup will hide automatically.
I there a way to block the auto hide function in the google chrome extension.
Thank you,
Wouter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Chrome 设计上无法做到这一点。如果您想要显示/隐藏某些内容,请使用页面操作而不是浏览器操作。
对于页面操作,您可以显示和隐藏弹出页面。
you cannot do that in Chrome by design. If you want something to show / hide, please use a Page Action instead of a Browser Action.
For the page action, you can show and hide the page popup.