Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Apa itu Missing ALT attribute images detector?

Missing ALT attribute images detector adalah ekstensi Chrome yang dikembangkan oleh juandavidhermoso, dan fitur utamanya adalah "Google Chrome extension to highlight images missing ALT attribute.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Missing ALT attribute images detector

Unduh file ekstensi Missing ALT attribute images detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
URL Resmi https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Deskripsi Google Chrome extension to highlight images missing ALT attribute.
Ukuran File 35.86 KB
Jumlah Instalasi 108
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-06-19
Tanggal Publikasi 2021-06-18
Pengembang juandavidhermoso
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}