Quick Sight (Link Description) Firefox

Examine source code of Quick Sight (Link Description)

Inspect and view changes in Quick Sight (Link Description) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Sight (Link Description)",
  "version": "1.1",
  "description": "Quick Look browser extension allows to lookover the description of link on hover without actually opening the link.",
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{eec75951-b8aa-4dc5-8c6f-40d67da4cdcb}"
    }
  }
}

Best Quick Sight (Link Description) Alternatives

Here are some Firefox add-ons that are similar to Quick Sight (Link Description):