ElemPick - A Selector XPath Element Picker Firefox

Examine source code of ElemPick - A Selector XPath Element Picker

Inspect and view changes in ElemPick - A Selector XPath Element Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "/app/media/icon.png",
      "24": "/app/media/icon.png",
      "32": "/app/media/icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "elempick@webextensions",
      "strict_min_version": "130.0"
    },
    "gecko_android": {
      "strict_min_version": "130.0"
    }
  },
  "background": {
    "scripts": [
      "/app/background/background.js"
    ]
  },
  "commands": {
    "_execute_browser_action": {}
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "/app/media/icon.png",
    "48": "/app/media/icon.png",
    "128": "/app/media/icon.png"
  },
  "manifest_version": 3,
  "name": "__MSG_store_name__",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "storage"
  ],
  "short_name": "__MSG_short_name__",
  "version": "3",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/shr/picker/picker.html"
      ]
    }
  ]
}

Best ElemPick - A Selector XPath Element Picker Alternatives

Here are some Firefox add-ons that are similar to ElemPick - A Selector XPath Element Picker: