Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
O que é Missing ALT attribute images detector?
Missing ALT attribute images detector é uma extensão do Chrome desenvolvida por juandavidhermoso, e sua principal característica é "Google Chrome extension to highlight images missing ALT attribute.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Missing ALT attribute images detector
Baixe arquivos de extensão Missing ALT attribute images detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension allows you to easily detect images without ALT attribute in your web app.
Informações Básicas da Extensão
Nome | Missing ALT attribute images detector |
ID | apflonjgaacaipfnichljodofigiobhb |
URL Oficial | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
Descrição | Google Chrome extension to highlight images missing ALT attribute. |
Tamanho do Arquivo | 35.86 KB |
Contagem de Instalações | 108 |
Versão Atual | 0.0.1 |
Última Atualização | 2021-06-19 |
Data de Publicação | 2021-06-18 |
Desenvolvedor | juandavidhermoso |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |