1

Hi) I'm developing addon for firefox with kango framework. Can you advise some efficient ways how to inspect DOM in firefox addon popup?

3 Answers3

0

Install this addon - DOM Inspector - https://addons.mozilla.org/en-US/firefox/addon/dom-inspector-6622/

Then install this addon - Element Inspector - https://addons.mozilla.org/en-US/firefox/addon/element-inspector/

"Element Inspector" extends DOM Insepctor addon. Now hold "Shift" key on keyboard, then "right click" and it will open it up in the DOM Inspector tool.

You can also use "Browser Toolbox" - https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox

But it doesn't have the very useful "Shift + right click" feature. It has some other goodies, I use all three tools togather.

Noitidart
  • 35,443
  • 37
  • 154
  • 323
0

To inspect DOM in firefox addon press Ctrl+Shift+J.

Click here for more details.

Rohan Pawar
  • 1,875
  • 22
  • 40
0
  1. Right click -> Inspect Element enter image description here

  2. ...(1) -> Settings (2) -> checkbox DOM (3) enter image description here

фымышонок
  • 1,362
  • 16
  • 22