TruePath Firefox

Examine source code of TruePath

Por: SumitG
Inspect and view changes in TruePath source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TruePath",
  "description": "TruePath generates the relative XPath on click",
  "version": "1.0.4",
  "icons": {
    "48": "xpath.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content-script/content.js",
        "dialog.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "xpath.png",
    "default_title": "TruePath",
    "default_popup": "popup/TruePath.html"
  },
  "background": {
    "scripts": [
      "extension/background1.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "activeTab",
    "tabs",
    "storage"
  ],
  "author": "Sumit Ghosh",
  "homepage_url": "https://qaworld.ga/truepath",
  "browser_specific_settings": {
    "gecko": {
      "id": "{19e2de85-50e0-4287-bd5a-46dc997b230e}"
    }
  }
}

Mejores alternativas TruePath

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