HTML Validator

Validating web page

什麼是HTML Validator?

HTML Validator是由hozefa開發的Chrome擴展程式,該擴展的主要功能是“Validating web page”。

擴展截圖

screenshot

下載HTML Validator擴展crx文件

下載HTML Validator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 HTML Validator HTML Validator
ID jpjlkcamghnaeabinbcolngkgkpdfgod
官方網址 https://chrome.google.com/webstore/detail/html-validator/jpjlkcamghnaeabinbcolngkgkpdfgod
簡介 Validating web page
檔案大小 31.73 KB
安裝次數 150
目前版本 0.2.0
更新時間 2015-01-29
上架時間 2015-01-29
評分 3.50/5 共 2 次評分
開發者 hozefa
付費類型 free
支援的語言 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"
    ]
}