0

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.

Cheekysoft
  • 35,194
  • 20
  • 73
  • 86

1 Answers1

0

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

Paul Whelan
  • 16,574
  • 12
  • 50
  • 83