Link Preview Firefox

Examine source code of Link Preview

By: JdM
Inspect and view changes in Link Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Link Preview",
  "version": "1.0",
  "description": "Get previews of links, when you hover over them.",
  "action": {
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "links-previews@jdm.dev"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}

Best Link Preview Alternatives

Here are some Firefox add-ons that are similar to Link Preview: