Linkify Firefox

Examine source code of Linkify

Inspect and view changes in Linkify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Linkify",
  "version": "25.6.1",
  "description": "Automatically transform pasted URLs into links.",
  "homepage_url": "https://github.com/pento/linkify",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a7f5bd94-1e41-4cbb-a49b-e2e10a30587e}",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "linkify-ico-16.bb182912.png",
    "48": "linkify-ico-48.4beb01f5.png",
    "128": "linkify-ico-128.5a5d2b5c.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.4a8f361a.js"
      ],
      "run_at": "document_end",
      "css": []
    }
  ],
  "permissions": [
    "clipboardRead"
  ],
  "host_permissions": [
    "*://*/*"
  ]
}

Best Linkify Alternatives

Here are some Firefox add-ons that are similar to Linkify: