开发者

Chrome Extension Background Page Show Popup Page

开发者 https://www.devze.com 2022-12-26 16:42 出处:网络
I am making a Google Chrome extension and I would like to have my background page to cause the browser action\'s popup 开发者_运维问答page to show after an event. Can this be done?

I am making a Google Chrome extension and I would like to have my background page to cause the browser action's popup 开发者_运维问答page to show after an event. Can this be done?

Thanks


You cannot show/hide a browser action nor you can trigger a popup to open. If you need something to show, did you consider using HTML5 notifications?

0

精彩评论

暂无评论...
验证码 换一张
取 消