Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
Qu'est-ce que Missing ALT attribute images detector ?
Missing ALT attribute images detector est une extension Chrome développée par juandavidhermoso, et sa fonction principale est "Google Chrome extension to highlight images missing ALT attribute.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Missing ALT attribute images detector
Téléchargez les fichiers d'extension Missing ALT attribute images detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension allows you to easily detect images without ALT attribute in your web app.
Informations de Base sur l'Extension
Nom | Missing ALT attribute images detector |
ID | apflonjgaacaipfnichljodofigiobhb |
URL Officiel | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
Description | Google Chrome extension to highlight images missing ALT attribute. |
Taille du Fichier | 35.86 KB |
Nombre d'Installations | 108 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2021-06-19 |
Date de Publication | 2021-06-18 |
Développeur | juandavidhermoso |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |