Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Cos'è Missing ALT attribute images detector?

Missing ALT attribute images detector è un'estensione di Chrome sviluppata da juandavidhermoso, e la sua funzione principale è "Google Chrome extension to highlight images missing ALT attribute.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Missing ALT attribute images detector

Scarica i file di estensione Missing ALT attribute images detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
URL Ufficiale https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Descrizione Google Chrome extension to highlight images missing ALT attribute.
Dimensione del File 35.86 KB
Conteggio Installazioni 108
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-06-19
Data di Pubblicazione 2021-06-18
Sviluppatore juandavidhermoso
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}