Categories

Developer

Juniper

DEV-Tools v8.9.0

  • rating
  • rating
  • rating
  • rating
  • rating
4.00 (1 reviews)
Adds a new sidebar to the developer tools inspector panel. The sidebar displays the page document as an inspectable object.

the addon-"DEV-Tools"-devtools-panels **Adds a new sidebar to the developer tools inspector.**

Function:-

This addon adds a new sidebar to the inspector panel.
It displays the properties of the current selected node in the markup view, using
`sidebar.setExpression($0)` each time a new node is selected (listener added via
`browser.devtools.panels.elements.onSelectionChanged`).