Kingsquare HTML Validator

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

Kingsquare HTML Validatorคืออะไร?

Kingsquare HTML Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kingsquare.nl และคุณลักษณะหลักของมันคือ "A HTML5 validation library, using a JavaScript port of the excellent TIDY library"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kingsquare HTML Validator

ดาวน์โหลดไฟล์ส่วนขยาย Kingsquare HTML Validator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}