HTML Validator
Validating web page
HTML Validatorคืออะไร?
HTML Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hozefa และคุณลักษณะหลักของมันคือ "Validating web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Validator
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |