HTML Validator

Validating web page

HTML Validator là gì?

HTML Validator là một tiện ích mở rộng Chrome được phát triển bởi hozefa, và tính năng chính của nó là "Validating web page".

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

screenshot

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

Tải xuống các tệp mở rộng HTML Validator 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

                        This extension helps to validate a web-page using a validator created by Philip Walton.

This will be a useful tool when it comes to checking pages create follow HTML standards. This is especially useful for accessibility(ARIA attributes) and cleaning up un-used markup.

Usage : Open the developer tools, goto Console. Click on the extension on the browser. All the errors/warning will be shown on the console.

Reference:
Blog Link : http://philipwalton.com/articles/introducing-html-inspectorlity 
Validator Source Code : https://cdnjs.cloudflare.com/ajax/libs/html-inspector/0.8.1/html-inspector.js                    

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

Tên HTML Validator HTML Validator
ID jpjlkcamghnaeabinbcolngkgkpdfgod
URL Chính Thức https://chrome.google.com/webstore/detail/html-validator/jpjlkcamghnaeabinbcolngkgkpdfgod
Mô tả Validating web page
Kích Thước Tệp 31.73 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2015-01-29
Ngày Phát Hành 2015-01-29
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hozefa
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML Validator",
    "short_name": "HTMLValidator",
    "version": "0.2.0",
    "description": "Validating web page",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}