Link Preview Firefox

Examine source code of Link Preview

By: hitclub
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": 2,
  "name": "Link Preview",
  "version": "1.0",
  "description": "Shows a preview of the webpage when hovering over a link.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "popup.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{92f16ae3-50b2-40d4-aee4-a583dcd45f54}"
    }
  }
}

Best Link Preview Alternatives

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