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
公式URL 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"
    ]
}