Image Alt Inspector Firefox

Examine source code of Image Alt Inspector

Inspect and view changes in Image Alt Inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Alt Inspector",
  "version": "1.0.0",
  "description": "Highlights images on the current page and shows their alt text status.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "image-alt-inspector-0c2c2b2b@localtools.example",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_title": "Image Alt Inspector",
    "default_icon": {
      "48": "icons/icon-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Image Alt Inspector Alternatives

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