Link Preview Firefox

Examine source code of Link Preview

提供元: Quinn Smith Add-on
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.8.7",
  "description": "Shows a preview of a link when you hover over it, before you click.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{da8335d3-ffc6-4329-8bd0-e63ec6423eb6}",
      "strict_min_version": "101.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "64": "icons/icon-64.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Link Preview",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  }
}

ベストのLink Preview代替案

Link Previewに類似したFirefox add-onをいくつか紹介します: