AuxTool
Auxtool is an extension to provide accessibility testing for websites available on internet.
O que é AuxTool?
AuxTool é uma extensão do Chrome desenvolvida por Abhishek Rai, e sua principal característica é "Auxtool is an extension to provide accessibility testing for websites available on internet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AuxTool
Baixe arquivos de extensão AuxTool 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
Auxtool is an extension to provide accessibility testing for websites available on internet. Accessibility features help differently abled people to accesss those websites which are not generally accessible to them.
Informações Básicas da Extensão
Nome | AuxTool |
ID | fjjhmhehhknnhkmcaphjaeghkemfkijb |
URL Oficial | https://chromewebstore.google.com/detail/auxtool/fjjhmhehhknnhkmcaphjaeghkemfkijb |
Descrição | Auxtool is an extension to provide accessibility testing for websites available on internet. |
Tamanho do Arquivo | 113 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.3 |
Última Atualização | 2020-05-22 |
Data de Publicação | 2020-05-21 |
Desenvolvedor | Abhishek Rai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hclaccessibility.azurewebsites.net/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AuxTool", "author": "HCL", "description": "Auxtool is an extension to provide accessibility testing for websites available on internet.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "20": "images\/color-changer20.png", "40": "images\/color-changer40.png" }, "default_title": "Aux Tool", "default_popup": "popup.html" }, "short_name": "AuxTool", "manifest_version": 2 } |