Link Preview Tooltip Firefox

Examine source code of Link Preview Tooltip

By: MOHO
Inspect and view changes in Link Preview Tooltip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Preview Tooltip",
  "version": "1.0.0",
  "description": "Preview link destinations with detailed tooltips before clicking",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Link Preview Tooltip",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "tooltip.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fe60538f-e264-4c2e-9afa-a355a7a88c65}"
    }
  }
}

Best Link Preview Tooltip Alternatives

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