HTML Validator

Validating web page

HTML Validator क्या है?

HTML Validator hozefa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Validating web page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML Validator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}