HTML Hierarchy Visualizer
This extension is a tool that helps visualize the layout of HTML elements on a webpage
HTML Hierarchy Visualizerคืออะไร?
HTML Hierarchy Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย steven.massola และคุณลักษณะหลักของมันคือ "This extension is a tool that helps visualize the layout of HTML elements on a webpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Hierarchy Visualizer
ดาวน์โหลดไฟล์ส่วนขยาย HTML Hierarchy Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTML Hierarchy Visualizer is a visualization tool for front end web developers that assists in understanding the breakdown of a webpage. It creates colored borders and backgrounds to distinguish the ancestry and layout of HTML elements. How To Use: - Press chrome extension icon, a drop-down menu will appear - Select either apply border or apply background to highlight the different elements on the page - Select remove border or remove background to bring webpage back to original state
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML Hierarchy Visualizer |
ID | beaeppehjnnnidajcmalfcajahopihcb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-hierarchy-visualizer/beaeppehjnnnidajcmalfcajahopihcb |
คำอธิบาย | This extension is a tool that helps visualize the layout of HTML elements on a webpage |
ขนาดไฟล์ | 21.62 KB |
จำนวนการติดตั้ง | 2,678 |
เวอร์ชันปัจจุบัน | 0.0.0.5 |
อัปเดตครั้งล่าสุด | 2016-09-13 |
วันที่เผยแพร่ | 2016-09-13 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | steven.massola |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML Hierarchy Visualizer", "description": "This extension is a tool that helps visualize the layout of HTML elements on a webpage", "version": "0.0.0.5", "icons": { "16": "\/images\/icon19.png", "48": "\/images\/icon48.png", "64": "\/images\/icon64.png" }, "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "colors.css" ] } |