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}"
    }
  }
}

Mejores alternativas XPath Finder

Aquí hay algunas Firefox add-ons que son similares a XPath Finder: