HTML5 hints
Highlight the HTML5 content sectioning elements and see how any web page is structured.
Co to jest HTML5 hints?
HTML5 hints to rozszerzenie Chrome opracowane przez http://html5.report, a jego główną funkcją jest „Highlight the HTML5 content sectioning elements and see how any web page is structured.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HTML5 hints
Pobierz pliki rozszerzeń HTML5 hints w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eohgjgomdbompgkjolmekbbhihpaabln |
Oficjalny URL | https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln |
Opis | Highlight the HTML5 content sectioning elements and see how any web page is structured. |
Rozmiar pliku | 16.71 KB |
Liczba instalacji | 243 |
Aktualna Wersja | 1.05 |
Ostatnia Aktualizacja | 2019-07-21 |
Data Publikacji | 2019-07-21 |
Deweloper | http://html5.report |
Typ Płatności | free |
Strona Rozszerzenia | https://the.html5.report |
Adres URL Strony Polityki Prywatności | https://the.html5.report/privacy |
Obsługiwane Języki | 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 } |