HTML5 hints

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

HTML5 hints란 무엇입니까?

HTML5 hints은(는) http://html5.report에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight the HTML5 content sectioning elements and see how any web page is structured."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

HTML5 hints 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 HTML5 hints HTML5 hints
ID eohgjgomdbompgkjolmekbbhihpaabln
공식 URL https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln
설명 Highlight the HTML5 content sectioning elements and see how any web page is structured.
파일 크기 16.71 KB
설치 횟수 243
현재 버전 1.05
최근 업데이트 2019-07-21
출시 날짜 2019-07-21
개발자 http://html5.report
결제 유형 free
확장 프로그램 웹 사이트 https://the.html5.report
개인정보 보호 정책 페이지 URL https://the.html5.report/privacy
지원되는 언어 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
}