Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Hvad er Missing ALT attribute images detector?

Missing ALT attribute images detector er en Chrome-udvidelse udviklet af juandavidhermoso, og dens hovedfunktion er "Google Chrome extension to highlight images missing ALT attribute.".

Udvidelsesskærmbilleder

screenshot

Download Missing ALT attribute images detector-udvidelses-CRX-fil

Download Missing ALT attribute images detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
Officiel URL https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Beskrivelse Google Chrome extension to highlight images missing ALT attribute.
Filstørrelse 35.86 KB
Antal Installationer 108
Nuværende Version 0.0.1
Senest Opdateret 2021-06-19
Udgivelsesdato 2021-06-18
Udvikler juandavidhermoso
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}