Image Alt Viewer Firefox

Examine source code of Image Alt Viewer

Inspect and view changes in Image Alt Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Alt Viewer",
  "version": "1.0",
  "description": "Show ALT text on hover over images.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6a6ec89c-3036-440d-891e-47965a39d5b8}"
    }
  }
}

Best Image Alt Viewer Alternatives

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