Domkit
Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.
Domkitคืออะไร?
Domkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nickolasburr และคุณลักษณะหลักของมันคือ "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Domkit
ดาวน์โหลดไฟล์ส่วนขยาย Domkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Domkit is a Chrome extension for analyzing the CSS box model of HTML elements. If you need to know the computed width or height of an element, toggle on Domkit and it will provide a large box shadow around the element, essentially raising it above the other elements and giving you the dimensions. Additionally, Domkit also provides information on what type of element you're viewing so that you can easily know whether you're viewing the element you want or not. Enjoy Domkit and please submit any feedback!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Domkit |
ID | cdeocdbeomkaegbihhleiikgkkmacgek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/domkit/cdeocdbeomkaegbihhleiikgkkmacgek |
คำอธิบาย | Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements. |
ขนาดไฟล์ | 121 KB |
จำนวนการติดตั้ง | 920 |
เวอร์ชันปัจจุบัน | 2.1.6 |
อัปเดตครั้งล่าสุด | 2017-07-22 |
วันที่เผยแพร่ | 2017-07-22 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | nickolasburr |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Domkit", "short_name": "DMKT", "version": "2.1.6", "description": "Domkit is a Chrome extension for analyzing the CSS box model of individual HTML elements.", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/orange-box-48x48.png" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |