HTML Visual Validation
HTML Visual Validation gives you information about the html elements, live, on page.
HTML Visual Validationคืออะไร?
HTML Visual Validation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย btisseo และคุณลักษณะหลักของมันคือ "HTML Visual Validation gives you information about the html elements, live, on page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Visual Validation
ดาวน์โหลดไฟล์ส่วนขยาย HTML Visual Validation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It makes easy to inspect the structure of a page with no need to open the browser console. Just select the type of html tag to outline, on page, and to display a label with basic info. Some features are: - List the most common html tags - Get info about the tittle and description tags - Display tags id and class attributes - extra info: “alt” attribute value - extra info: tells you if it’s an internal or external link, or a javascript call, and if the “target” attribute is set - Mouse over a tag label to bring it to front *** NEW FEATURES *** - Tag selector is now sensitive to tags available on the page - New "DOM Tree" panel, wich can be used with the tag selector - Click on the tag in the DOM Tree to scroll to the element on the page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML Visual Validation |
ID | hicjdabjhdmaaabgackleegipabmeack |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-visual-validation/hicjdabjhdmaaabgackleegipabmeack |
คำอธิบาย | HTML Visual Validation gives you information about the html elements, live, on page. |
ขนาดไฟล์ | 54.54 KB |
จำนวนการติดตั้ง | 3,476 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2021-11-03 |
วันที่เผยแพร่ | 2018-09-25 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | btisseo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML Visual Validation", "description": "HTML Visual Validation gives you information about the html elements, live, on page.", "version": "0.3.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |