CSS and XPath checker Firefox

Examine source code of CSS and XPath checker

Inspect and view changes in CSS and XPath checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CSS and XPath checker",
  "description": "A helper tool for to confirm CSS and XPath selector.",
  "version": "0.25.1",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_title": "CSS and XPath Checker",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "takaki-cxchecker@example.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Meilleures alternatives CSS and XPath checker

Voici quelques Firefox add-ons qui sont similaires à CSS and XPath checker :