XPath Helper Firefox

Examine source code of XPath Helper

Inspect and view changes in XPath Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extNameFull__",
  "short_name": "__MSG_extName__",
  "version": "0.1.0",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "res/icons/logo/logo_16.png",
    "32": "res/icons/logo/logo_32.png",
    "48": "res/icons/logo/logo_48.png",
    "128": "res/icons/logo/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/libs/jquery-ui.min.css",
        "css/contentStyle.css"
      ],
      "js": [
        "js/libs/jquery.js",
        "js/libs/jquery-ui.min.js",
        "js/contentScript.js"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "author": "Oziku Technologies LLC",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "16": "res/icons/logo/logo_16.png",
      "32": "res/icons/logo/logo_32.png",
      "48": "res/icons/logo/logo_48.png",
      "128": "res/icons/logo/logo_128.png"
    }
  },
  "web_accessible_resources": [
    "res/icons/ui/drag.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa21cb83-2317-4492-a17f-a6c70dabf4e7}"
    }
  }
}

Best XPath Helper Alternatives

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