Div Density
This extension shows the density of elements on your page
Div Densityคืออะไร?
Div Density เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://andersfisher.com และคุณลักษณะหลักของมันคือ "This extension shows the density of elements on your page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Div Density
ดาวน์โหลดไฟล์ส่วนขยาย Div Density ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
คำอธิบาย | This extension shows the density of elements on your page |
ขนาดไฟล์ | 6.95 KB |
จำนวนการติดตั้ง | 404 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-07-25 |
วันที่เผยแพร่ | 2014-07-25 |
คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://andersfisher.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Div Density", "description": "This extension shows the density of elements on your page", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "app.js" ], "persistent": false } } |