继续显示弹出的 Chrome 扩展

发布于 2024-09-24 03:24:21 字数 163 浏览 4 评论 0原文

我尝试制作一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不念旧人 2024-10-01 03:24:21

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文