HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
O que é HTML5 hints?
HTML5 hints é uma extensão do Chrome desenvolvida por http://html5.report, e sua principal característica é "Highlight the HTML5 content sectioning elements and see how any web page is structured.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HTML5 hints
Baixe arquivos de extensão HTML5 hints 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
See what HTML5 elements have been used to structure a web page. This extension works nicely in conjunction with the HTML5 document outliner extension: https://chrome.google.com/webstore/detail/html5-outliner/afoibpobokebhgfnknfndkgemglggomo
Informações Básicas da Extensão
Nome | |
ID | eohgjgomdbompgkjolmekbbhihpaabln |
URL Oficial | https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln |
Descrição | Highlight the HTML5 content sectioning elements and see how any web page is structured. |
Tamanho do Arquivo | 16.71 KB |
Contagem de Instalações | 243 |
Versão Atual | 1.05 |
Última Atualização | 2019-07-21 |
Data de Publicação | 2019-07-21 |
Desenvolvedor | http://html5.report |
Tipo de Pagamento | free |
Site da Extensão | https://the.html5.report |
URL da Página de Política de Privacidade | https://the.html5.report/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML5 hints", "short_name": "HTML5 hints", "description": "Highlight the HTML5 content sectioning elements and see how any web page is structured.", "icons": { "16": "favicon-16x16.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" }, "version": "1.05", "author": "The HTML5 Report", "homepage_url": "https:\/\/the.html5.report", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "HTML5 hints", "default_icon": "favicon-128x128.png", "icons": { "16": "favicon-16x16.png", "24": "favicon-24x24.png", "32": "favicon-32x32.png", "48": "favicon-48x48.png", "128": "favicon-128x128.png" } }, "manifest_version": 2 } |