Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
Wat is Missing ALT attribute images detector?
Missing ALT attribute images detector is een Chrome-extensie ontwikkeld door juandavidhermoso, en de belangrijkste functie is "Google Chrome extension to highlight images missing ALT attribute.".
Extensie Screenshots
Download het CRX-bestand van de extensie Missing ALT attribute images detector
Download Missing ALT attribute images detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to easily detect images without ALT attribute in your web app. Basisinformatie over de Extensie
| Naam | |
| ID | apflonjgaacaipfnichljodofigiobhb |
| Officiële URL | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
| Beschrijving | Google Chrome extension to highlight images missing ALT attribute. |
| Bestandsgrootte | 35.86 KB |
| Aantal Installaties | 108 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2021-06-19 |
| Publicatiedatum | 2021-06-18 |
| Ontwikkelaar | juandavidhermoso |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |