Analyze address/URL Firefox

Examine source code of Analyze address/URL

Inspect and view changes in Analyze address/URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.4.1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "https://gitlab.com/JimDanner/urlparts",
  "icons": {
    "48": "skin/icon-bg.svg",
    "96": "skin/icon-bg.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "analyzeaddress@jimdanner",
      "strict_min_version": "59.0"
    }
  },
  "default_locale": "en_US",
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "skin/icon.svg",
    "show_matches": [
      "<all_urls>"
    ],
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "optional_permissions": [
    "clipboardWrite",
    "clipboardRead"
  ]
}

Best Analyze address/URL Alternatives

Here are some Firefox add-ons that are similar to Analyze address/URL: