Selector Gadget Zen Firefox

Examine source code of Selector Gadget Zen

Inspect and view changes in Selector Gadget Zen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Selector Gadget Zen",
  "version": "1.0.0",
  "description": "Inspect elements and copy their CSS or XPath selectors.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Toggle Selector Inspector"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon_48x48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b519bcc-d48f-4fe3-91dd-d4eaec0d9368}"
    }
  }
}

Best Selector Gadget Zen Alternatives

Here are some Firefox add-ons that are similar to Selector Gadget Zen: