Chrome 扩展 - 在页面底部加载弹出窗口(而不是在右上角)?
现在,我现在如何制作一个扩展程序,该扩展程序可以在页面右上角扩展程序图标下方的小窗口中下拉。 但是我怎样才能在网页底部创建一个新的div,就像这个buzzgrowl扩展:http://buzzgrowl。 com/?
Now, I now how to make an extension that drops down in a small window at the top right of the page beneath the extension icons. But how can I create a new div at the bottom of the web page, like this buzzgrowl extension: http://buzzgrowl.com/?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您对 webkit 通知有何看法?
如果您确实想要从扩展程序图标弹出窗口,那么您需要使用此:
我建议您阅读此页面:http://code.google.com/chrome/extensions/getstarted.html
这可能会比我解释得更好;)
What do you think about a webkit notifications ?
If you really want a popup from the extension icon, then you need to use this :
I suggest you to read this page : http://code.google.com/chrome/extensions/getstarted.html
It will probably be better explain then me ;)