Inspector DOM Sidebar

Inspector DOM Sidebar

Adds a new sidebar to the developer tools inspector panel, that shows the properties of the selected element.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Adds a new sidebar to the developer tools inspector panel. The sidebar displays the page document as an inspectable object.",
  "manifest_version": 2,
  "name": "devtools-inspector-sidebar",
  "version": "1.0",
  "author": "Nicolas Chevobbe",
  "homepage_url": "https://github.com/mdn/webextensions-examples/tree/master/devtools-inspector-sidebar",
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "devtools/devtools-page.html"
}