Website Accessibility Checker
Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.
O que é Website Accessibility Checker?
Website Accessibility Checker é uma extensão do Chrome desenvolvida por Joel Saupe, e sua principal característica é "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.".
Baixar o arquivo CRX da Extensão Website Accessibility Checker
Baixe arquivos de extensão Website Accessibility Checker 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
Accessibility is becoming more, and more important on the web. Use this tool to evaluate your site and find ways you can improve accessibility and make your site as useable as possible to as many users as possible. Uses accesslint.js to find any accessibility issues on any site you're on. Just click on the Chrome Extension icon to trigger the tests, and open the developer console to see any issues that the current page may have.
Informações Básicas da Extensão
Nome | |
ID | nlbkcfcgjpiggjchcfjfhbcgheoelabe |
URL Oficial | https://chrome.google.com/webstore/detail/website-accessibility-che/nlbkcfcgjpiggjchcfjfhbcgheoelabe |
Descrição | Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues. |
Tamanho do Arquivo | 69.77 KB |
Contagem de Instalações | 215 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-04-27 |
Data de Publicação | 2017-04-27 |
Desenvolvedor | Joel Saupe |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Website Accessibility Checker", "description": "Checks for any accessiblity issues on any website. Just click the Chrome Extension and open the console to see any issues.", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "browser_action": [], "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] } } |