Alt to title Firefox

Examine source code of Alt to title

Inspect and view changes in Alt to title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Alt to title",
  "version": "1.0",
  "description": "Copies images alt attributes to their title, so everyone can see the alt text while hovering the image",
  "icons": {
    "48": "alt-to-title.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}

Best Alt to title Alternatives

Here are some Firefox add-ons that are similar to Alt to title: