XPath Finder Firefox

Examine source code of XPath Finder

Inspect and view changes in XPath Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XPath Finder",
  "version": "1.0",
  "description": "Tìm và sao chép XPath của phần tử trên trang.",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1792a44d-f03d-4219-849b-e1b56d2dfe35}"
    }
  }
}

Best XPath Finder Alternatives

Here are some Firefox add-ons that are similar to XPath Finder: