Page Element Inspector Firefox

Examine source code of Page Element Inspector

Inspect and view changes in Page Element Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Element Inspector",
  "version": "1.0.0",
  "description": "Inspect and analyze webpage elements with detailed CSS properties, dimensions, and positioning information through interactive overlays.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Page Element Inspector",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{229a4503-c64c-4557-affd-ec2497cbde49}"
    }
  }
}

Best Page Element Inspector Alternatives

Here are some Firefox add-ons that are similar to Page Element Inspector: