Access Log
This extension will log the Accessbility Issues.
O que é Access Log?
Access Log é uma extensão do Chrome desenvolvida por Venkatraman, e sua principal característica é "This extension will log the Accessbility Issues.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Access Log
Baixe arquivos de extensão Access Log 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 plugin will find all the following issues. Missed 'alt' attribute in 'img' Tag. Missed 'scope' attribute in 'table' Tag. Missed 'for' attribute in 'label' Tag. Missed 'title' attribute in 'a' Tag. Missed 'href' attribute in 'a' Tag. Missed 'title' attribute in 'iframe' Tag. Empty 'href' attribute in 'a' Tag. The "label's" attribute for attribute is pointed to valid form field. Check Only one 'h1' Tag is exist.
Informações Básicas da Extensão
Nome | |
ID | foioongmhbfjnmiljihjgbkkaggodfao |
URL Oficial | https://chrome.google.com/webstore/detail/access-log/foioongmhbfjnmiljihjgbkkaggodfao |
Descrição | This extension will log the Accessbility Issues. |
Tamanho do Arquivo | 11.53 KB |
Contagem de Instalações | 13 |
Versão Atual | 0.11 |
Última Atualização | 2014-04-22 |
Data de Publicação | 2014-04-22 |
Classificação | 4.00/5 Total de 5 Avaliações |
Desenvolvedor | Venkatraman |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ramsunvtech/Chrome.AccessLog |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Access Log", "version": "0.11", "description": "This extension will log the Accessbility Issues.", "author": "Venkatraman Ramamoorthy", "icons": { "16": "alog.png", "48": "alog-48.png", "128": "alog-128.png" }, "browser_action": { "default_icon": "alog.png", "default_title": "Accessbility Log" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "web_accessible_resources": [ "destroyUser.js" ] } |