HTML5 hints

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

Wat is HTML5 hints?

HTML5 hints is een Chrome-extensie ontwikkeld door http://html5.report, en de belangrijkste functie is "Highlight the HTML5 content sectioning elements and see how any web page is structured.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie HTML5 hints

Download HTML5 hints-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HTML5 hints HTML5 hints
ID eohgjgomdbompgkjolmekbbhihpaabln
Officiële URL https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln
Beschrijving Highlight the HTML5 content sectioning elements and see how any web page is structured.
Bestandsgrootte 16.71 KB
Aantal Installaties 243
Huidige Versie 1.05
Laatst Bijgewerkt 2019-07-21
Publicatiedatum 2019-07-21
Ontwikkelaar http://html5.report
Betalingswijze free
Extensiewebsite https://the.html5.report
URL van de Privacybeleid Pagina https://the.html5.report/privacy
Ondersteunde Talen 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
}