CSS Layout Helper
View layouts with varying degrees of depth for parent child relationship
CSS Layout Helperคืออะไร?
CSS Layout Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mabel16113 และคุณลักษณะหลักของมันคือ "View layouts with varying degrees of depth for parent child relationship"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Layout Helper
ดาวน์โหลดไฟล์ส่วนขยาย CSS Layout Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Toggle CSS to easily view a pages layout including margin, padding and parent > child relationships
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS Layout Helper |
ID | dflgflfoojahngkbkjejopjpaljjncmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-layout-helper/dflgflfoojahngkbkjejopjpaljjncmj |
คำอธิบาย | View layouts with varying degrees of depth for parent child relationship |
ขนาดไฟล์ | 5.12 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-09-10 |
วันที่เผยแพร่ | 2019-09-08 |
ผู้พัฒนา | mabel16113 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Layout Helper", "version": "1.0", "description": "View layouts with varying degrees of depth for parent child relationship", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "icons": { "16": "icon-16.png" }, "manifest_version": 2 } |