Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Co je Missing ALT attribute images detector?

Missing ALT attribute images detector je rozšíření Chrome vyvinuté juandavidhermoso, a jeho hlavní funkcí je „Google Chrome extension to highlight images missing ALT attribute.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Missing ALT attribute images detector

Stáhněte si soubory rozšíření Missing ALT attribute images detector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
Oficiální URL https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Popis Google Chrome extension to highlight images missing ALT attribute.
Velikost souboru 35.86 KB
Počet instalací 108
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-06-19
Datum Vydání 2021-06-18
Vývojář juandavidhermoso
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}