Alt Audit

Alt Audit

Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alt Audit",
  "description": "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.",
  "version": "1.4",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/alt-audit16.png",
      "32": "/images/alt-audit32.png",
      "48": "/images/alt-audit48.png",
      "128": "/images/alt-audit128.png"
    }
  },
  "icons": {
    "16": "/images/alt-audit16.png",
    "32": "/images/alt-audit32.png",
    "48": "/images/alt-audit48.png",
    "128": "/images/alt-audit128.png"
  }
}