HTML Validator
Validating web page
O que é HTML Validator?
HTML Validator é uma extensão do Chrome desenvolvida por hozefa, e sua principal característica é "Validating web page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HTML Validator
Baixe arquivos de extensão HTML Validator 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 helps to validate a web-page using a validator created by Philip Walton. This will be a useful tool when it comes to checking pages create follow HTML standards. This is especially useful for accessibility(ARIA attributes) and cleaning up un-used markup. Usage : Open the developer tools, goto Console. Click on the extension on the browser. All the errors/warning will be shown on the console. Reference: Blog Link : http://philipwalton.com/articles/introducing-html-inspectorlity Validator Source Code : https://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js
Informações Básicas da Extensão
Nome | |
ID | jpjlkcamghnaeabinbcolngkgkpdfgod |
URL Oficial | https://chrome.google.com/webstore/detail/html-validator/jpjlkcamghnaeabinbcolngkgkpdfgod |
Descrição | Validating web page |
Tamanho do Arquivo | 31.73 KB |
Contagem de Instalações | 150 |
Versão Atual | 0.2.0 |
Última Atualização | 2015-01-29 |
Data de Publicação | 2015-01-29 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | hozefa |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Validator", "short_name": "HTMLValidator", "version": "0.2.0", "description": "Validating web page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab" ] } |