开发者

Chrome Extension - Display Popup on Mouse Over

开发者 https://www.devze.com 2023-01-31 23:31 出处:网络
Both browserActions and pageActions let you display a popup when certain events happen (e.g button click). How开发者_如何转开发 can I display a popup when I mouse over some content on the page (e.g. a

Both browserActions and pageActions let you display a popup when certain events happen (e.g button click). How开发者_如何转开发 can I display a popup when I mouse over some content on the page (e.g. a hyperlink)?

Cheers,

{ete


I think you can't, but you can try to load your popup (chrome.extension.getURL("popup.html")) in an iframe on page

0

精彩评论

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