HTML5 hints

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

HTML5 hints là gì?

HTML5 hints là một tiện ích mở rộng Chrome được phát triển bởi http://html5.report, và tính năng chính của nó là "Highlight the HTML5 content sectioning elements and see how any web page is structured.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML5 hints

Tải xuống các tệp mở rộng HTML5 hints dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML5 hints HTML5 hints
ID eohgjgomdbompgkjolmekbbhihpaabln
URL Chính Thức https://chrome.google.com/webstore/detail/html5-hints/eohgjgomdbompgkjolmekbbhihpaabln
Mô tả Highlight the HTML5 content sectioning elements and see how any web page is structured.
Kích Thước Tệp 16.71 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 1.05
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-21
Nhà Phát Triển http://html5.report
Loại Thanh Toán free
Trang Web Mở Rộng https://the.html5.report
URL Trang Chính Sách Bảo Mật https://the.html5.report/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}