DEV-Tools

DEV-Tools

Adds a new sidebar to the developer tools inspector panel. The sidebar displays the page document as an inspectable object.

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": 3,
  "name": "DEV-Tools",
  "version": "8.9.0",
  "permissions": [
    "<all_urls>"
  ],
  "devtools_page": "devtools/devtools-page.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}