Hover Link Summary Firefox

Examine source code of Hover Link Summary

By: hoa007
Inspect and view changes in Hover Link Summary source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hover Link Summary",
  "version": "1.0",
  "description": "Hiển thị tóm tắt 1 câu về trang đích khi rê chuột lên liên kết.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Hover Link Summary"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c68b5114-cfbf-43a9-afad-2c7c629c41c2}"
    }
  }
}

Best Hover Link Summary Alternatives

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