XUL - 访问图像信息
我试图弄清楚如何编写一个 Firefox 扩展,当我右键单击图像时,它会提供图像信息。 基本上,我想要用户右键单击图像时的图像路径。
任何帮助将不胜感激。
谢谢。
I trying to figure out how to write a Firefox extension that would give image information when i right-click on the image. Basically, I want image path when user right-clicks on the image.
Any help would be greatly appreciated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://developer.mozilla.org/En/XUL
查看菜单教程和弹出指南
https://developer.mozilla.org/en/XUL/PopupGuide
来自然后查看 DOM 并选择感兴趣的元素,在本例中是图像和快乐的日子
祝你好运
https://developer.mozilla.org/En/XUL
check out the tutorial for menus and popup guides
https://developer.mozilla.org/en/XUL/PopupGuide
from here then look at looking at the DOM and pick the element of interest in this case the image and happy days
Good luck