Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
Vad är Missing ALT attribute images detector?
Missing ALT attribute images detector är en Chrome-tillägg utvecklad av juandavidhermoso, och dess huvudfunktion är "Google Chrome extension to highlight images missing ALT attribute.".
Tilläggsskärmbilder
Ladda ner Missing ALT attribute images detector-förlängningens CRX-fil
Ladda ner Missing ALT attribute images detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to easily detect images without ALT attribute in your web app. Grundläggande Information om Tillägg
| Namn | |
| ID | apflonjgaacaipfnichljodofigiobhb |
| Officiell webbadress | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
| Beskrivning | Google Chrome extension to highlight images missing ALT attribute. |
| Filstorlek | 35.86 KB |
| Antal Installationer | 108 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2021-06-19 |
| Publiceringsdatum | 2021-06-18 |
| Utvecklare | juandavidhermoso |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |