LinkPreview Popup Firefox

Examine source code of LinkPreview Popup

By: bk8
Inspect and view changes in LinkPreview Popup source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LinkPreview Popup",
  "version": "1.0",
  "description": "Hiển thị cửa sổ preview của liên kết khi người dùng di chuột qua.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{10a4f2ca-7b2b-4f36-9a92-ad0b43fd60e7}"
    }
  }
}

Best LinkPreview Popup Alternatives

Here are some Firefox add-ons that are similar to LinkPreview Popup: