Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

What is Missing ALT attribute images detector?

Missing ALT attribute images detector is a Chrome extension developed by juandavidhermoso, and its main feature is "Google Chrome extension to highlight images missing ALT attribute.".

Extension Screenshots

screenshot

Download Missing ALT attribute images detector Extension CRX File

Download Missing ALT attribute images detector 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

                        This extension allows you to easily detect images without ALT attribute in your web app.                    

Extension Basic Information

Name Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
Official URL https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Description Google Chrome extension to highlight images missing ALT attribute.
File Size 35.86 KB
Installation Count 108
Current Version 0.0.1
Last Updated 2021-06-19
Publish Date 2021-06-18
Developer juandavidhermoso
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Missing ALT attribute images detector",
    "version": "0.0.1",
    "description": "Google Chrome extension to highlight images missing ALT attribute.",
    "content_scripts": [
        {
            "css": [
                ".\/content\/css\/styles.css"
            ],
            "js": [
                ".\/content\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}