Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Co to jest Missing ALT attribute images detector?

Missing ALT attribute images detector to rozszerzenie Chrome opracowane przez juandavidhermoso, a jego główną funkcją jest „Google Chrome extension to highlight images missing ALT attribute.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Missing ALT attribute images detector

Pobierz pliki rozszerzeń Missing ALT attribute images detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
Oficjalny URL https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Opis Google Chrome extension to highlight images missing ALT attribute.
Rozmiar pliku 35.86 KB
Liczba instalacji 108
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2021-06-19
Data Publikacji 2021-06-18
Deweloper juandavidhermoso
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}