HTML5 hints

Highlight the HTML5 content sectioning elements and see how any web page is structured.

¿Qué es HTML5 hints?

HTML5 hints es una extensión de Chrome desarrollada por http://html5.report, y su función principal es "Highlight the HTML5 content sectioning elements and see how any web page is structured.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión HTML5 hints

Descarga archivos de extensión HTML5 hints en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre HTML5 hints HTML5 hints
ID eohgjgomdbompgkjolmekbbhihpaabln
URL Oficial https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln
Descripción Highlight the HTML5 content sectioning elements and see how any web page is structured.
Tamaño del Archivo 16.71 KB
Cantidad de Instalaciones 243
Versión Actual 1.05
Última Actualización 2019-07-21
Fecha de Publicación 2019-07-21
Desarrollador http://html5.report
Tipo de Pago free
Sitio Web de la Extensión https://the.html5.report
URL de la Página de Política de Privacidad https://the.html5.report/privacy
Idiomas Soportados 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
}