HTML Validator
Add HTML Validator in Developer Tools
HTML Validatorคืออะไร?
HTML Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gueury.com และคุณลักษณะหลักของมันคือ "Add HTML Validator in Developer Tools"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Validator
ดาวน์โหลดไฟล์ส่วนขยาย HTML Validator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the of HTML Validator extension for Chrome Manifest V3. It checks the code, syntax, of your HTML 5 pages. HTML Validator for Chrome is a browser extension that adds HTML validation inside Developer Tools of Chrome. The number of errors of a HTML page is seen with an icon in the browser status bar. The details is seen in the developer tools. The extension is based on HTML Tidy. The algorithm was originally developed by the Web Consortium W3C. The algorithm is embedded inside your browser and makes the validation locally on your machine, without sending HTML to a third party server. HTML Tidy is a helpful program that tries to help people to correct their HTML errors. It finds HTML errors and classifies them in 3 categories: * errors: HTML errors that Tidy cannot fix or understand. * warnings: HTML errors that Tidy can fix automatically * (optional) accessibility warnings: HTML warnings for the 3 priority levels defined in W3c WAI There is also an automatic "Clean up" button that will do his best to propose you a cleaned version of your page, without errors. For any question, mail me at [email protected] or log a bug in: > https://gitlab.com/mgueury/html_validator/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML Validator |
ID | mpbelhhnfhfjnaehkcnnaknldmnocglk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-validator/mpbelhhnfhfjnaehkcnnaknldmnocglk |
คำอธิบาย | Add HTML Validator in Developer Tools |
ขนาดไฟล์ | 2.5 MB |
จำนวนการติดตั้ง | 46,461 |
เวอร์ชันปัจจุบัน | 0.9.9.8 |
อัปเดตครั้งล่าสุด | 2022-12-28 |
วันที่เผยแพร่ | 2018-05-28 |
คะแนน | 3.46/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | https://gueury.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.gueury.com/mozilla/ |
URL หน้าช่วยเหลือ | https://www.gueury.com/mozilla/faq.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTML Validator", "version": "0.9.9.8", "manifest_version": 3, "description": "Add HTML Validator in Developer Tools", "devtools_page": "tidy_devtools.html", "options_page": "common\/tidy_option.html", "homepage_url": "http:\/\/www.gueury.com\/mozilla", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ " |