Link Preview Hover Firefox

Examine source code of Link Preview Hover

Inspect and view changes in Link Preview Hover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Preview Hover",
  "version": "1.0",
  "description": "Preview a website when hovering over a link.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1fa8de63-823f-4da6-8dd2-b1426a14422b}"
    }
  }
}

Best Link Preview Hover Alternatives

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