Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
Was ist Missing ALT attribute images detector?
Missing ALT attribute images detector ist eine Chrome-Erweiterung, die von juandavidhermoso entwickelt wurde, und ihr Hauptmerkmal ist "Google Chrome extension to highlight images missing ALT attribute.".
Erweiterungsscreenshots
Missing ALT attribute images detector-Erweiterungs-CRX-Datei herunterladen
Laden Sie Missing ALT attribute images detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to easily detect images without ALT attribute in your web app. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apflonjgaacaipfnichljodofigiobhb |
| Offizielle URL | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
| Beschreibung | Google Chrome extension to highlight images missing ALT attribute. |
| Dateigröße | 35.86 KB |
| Installationsanzahl | 108 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2021-06-19 |
| Veröffentlichungsdatum | 2021-06-18 |
| Entwickler | juandavidhermoso |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |