Link Title Preview Firefox

Examine source code of Link Title Preview

By: FB88
Inspect and view changes in Link Title Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Title Preview",
  "version": "1.0",
  "description": "Displays the title of the target page as a tooltip when hovering over a link.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9505a62e-c805-4430-9b8a-717e2a623de0}"
    }
  }
}

Best Link Title Preview Alternatives

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