ZXPath Firefox

Examine source code of ZXPath

Inspect and view changes in ZXPath source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "like other xpath extension but with the purpose of generating usable web driver code for your preferred language",
  "manifest_version": 2,
  "name": "ZXPath",
  "version": "1.0.2",
  "homepage_url": "https://github.com/joshzcold/zxpath",
  "web_accessible_resources": [
    "icons/*"
  ],
  "background": {
    "scripts": [
      "background_scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "ZXpath",
    "default_popup": "popup/tools.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "<all_urls>",
    "storage",
    "clipboardWrite"
  ]
}

Best ZXPath Alternatives

Here are some Firefox add-ons that are similar to ZXPath: