Kingsquare HTML Validator

A HTML5 validation library, using a JavaScript port of the excellent TIDY library

Kingsquare HTML Validator क्या है?

Kingsquare HTML Validator https://kingsquare.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A HTML5 validation library, using a JavaScript port of the excellent TIDY library"।

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

screenshot
screenshot

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

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

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

                        This extension brings the the TIDY HTML Validation library to your browser. You will no longer need remote services to validate your HTML(5). This is the first offline HTML validator for Chrome.

For more information on the project, see http://www.kingsquare.nl/html-validator

** PLEASE NOTE **

Please restart your browser after installing the extension.

Open the development tools panel to activate the validator. Every page will get validated automatically, check the flag at the end of your address bar to see the current status. See the last tab of the development tools to get a full report.                    

एक्सटेंशन की मूल जानकारी

नाम Kingsquare HTML Validator Kingsquare HTML Validator
ID anjdemaoejlpgmnmkijdemoiebcddhkc
आधिकारिक URL https://chromewebstore.google.com/detail/kingsquare-html-validator/anjdemaoejlpgmnmkijdemoiebcddhkc
विवरण A HTML5 validation library, using a JavaScript port of the excellent TIDY library
फ़ाइल का आकार 1 MB
स्थापना संख्या 2,272
वर्तमान संस्करण 1.4
अंतिम अपडेट 2012-08-28
प्रकाशन तिथि 2012-08-28
रेटिंग 2.86/5 कुल 36 रेटिंग्स
डेवलपर https://kingsquare.nl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.kingsquare.nl/html-validator
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kingsquare HTML Validator",
    "version": "1.4",
    "manifest_version": 2,
    "description": "A HTML5 validation library, using a JavaScript port of the excellent TIDY library",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "page_action": {
        "default_icon": "loading.gif",
        "default_title": "Checkout Development Tools \/ HTML validator for more info"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*"
    ],
    "offline_enabled": true
}