Image Alt Text Reader Firefox

Examine source code of Image Alt Text Reader

Inspect and view changes in Image Alt Text Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Alt Text Reader",
  "version": "1.1",
  "description": "Reads the alt text of images on the current page",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "image-alt-reader@example.com"
    }
  }
}

Best Image Alt Text Reader Alternatives

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