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.

What is Alt Audit?

Alt Audit is a Chrome extension developed by https://mattsoria.com, and its main feature is "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.".

Extension Screenshots

screenshot

Download Alt Audit Extension CRX File

Download Alt Audit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Alt Audit aims to make it easier to audit a page for all images and their alt tags. This initial MVP release just tells you how many images were found on a page, how many non-empty alt tags were found on the page, and what all of the alt text is. It will flag alt text that appears to be just the filename. The idea is to give you a quick way to summarize how alt tags are being used and how they can be improved. Still in development and very open to feedback and ideas for features.                    

Extension Basic Information

Name Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
Official URL https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
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.
File Size 207 KB
Installation Count 37
Current Version 1.4
Last Updated 2021-04-12
Publish Date 2021-04-04
Developer https://mattsoria.com
Email [email protected]
Payment Type free
Extension Website https://github.com/itsmattsoria/alt-audit
Help Page URL https://github.com/itsmattsoria/alt-audit/issues
Supported Languages en
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"
    }
}