HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
Cos'è HTML5 hints?
HTML5 hints è un'estensione di Chrome sviluppata da http://html5.report, e la sua funzione principale è "Highlight the HTML5 content sectioning elements and see how any web page is structured.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HTML5 hints
Scarica i file di estensione HTML5 hints in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eohgjgomdbompgkjolmekbbhihpaabln |
| URL Ufficiale | https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln |
| Descrizione | Highlight the HTML5 content sectioning elements and see how any web page is structured. |
| Dimensione del File | 16.71 KB |
| Conteggio Installazioni | 243 |
| Versione Corrente | 1.05 |
| Ultimo Aggiornamento | 2019-07-21 |
| Data di Pubblicazione | 2019-07-21 |
| Sviluppatore | http://html5.report |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://the.html5.report |
| URL della Pagina della Politica sulla Privacy | https://the.html5.report/privacy |
| Lingue Supportate | 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
} | |