Alt Audit
Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
O que é Alt Audit?
Alt Audit é uma extensão do Chrome desenvolvida por https://mattsoria.com, e sua principal característica é "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alt Audit
Baixe arquivos de extensão Alt Audit 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
Alt Audit aims to make it easier to audit a page for all images and their alt tags. This initial MVP release just tells you how many images were found on a page, how many non-empty alt tags were found on the page, and what all of the alt text is. It will flag alt text that appears to be just the filename. The idea is to give you a quick way to summarize how alt tags are being used and how they can be improved. Still in development and very open to feedback and ideas for features.
Informações Básicas da Extensão
Nome | Alt Audit |
ID | knpagjbjmcocipojngdfnalpojcjhbof |
URL Oficial | https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof |
Descrição | Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text. |
Tamanho do Arquivo | 207 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.4 |
Última Atualização | 2021-04-12 |
Data de Publicação | 2021-04-04 |
Desenvolvedor | https://mattsoria.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/itsmattsoria/alt-audit |
URL da Página de Ajuda | https://github.com/itsmattsoria/alt-audit/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alt Audit", "description": "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.", "version": "1.4", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/alt-audit16.png", "32": "\/images\/alt-audit32.png", "48": "\/images\/alt-audit48.png", "128": "\/images\/alt-audit128.png" } }, "icons": { "16": "\/images\/alt-audit16.png", "32": "\/images\/alt-audit32.png", "48": "\/images\/alt-audit48.png", "128": "\/images\/alt-audit128.png" } } |