CSS debug alignment

Add background-color on all elements to debug css alignment

CSS debug alignmentคืออะไร?

CSS debug alignment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sutterlity.fr และคุณลักษณะหลักของมันคือ "Add background-color on all elements to debug css alignment"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS debug alignment

ดาวน์โหลดไฟล์ส่วนขยาย CSS debug alignment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add background-color on all elements to debug css alignment.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS debug alignment CSS debug alignment
ID kokeihndgocdlgibnibeabeljjgehadj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj
คำอธิบาย Add background-color on all elements to debug css alignment
ขนาดไฟล์ 16.94 KB
จำนวนการติดตั้ง 760
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2017-10-05
วันที่เผยแพร่ 2017-10-05
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://sutterlity.fr
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS debug alignment",
    "description": "Add background-color on all elements to debug css alignment",
    "version": "2.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "CSS debug alignment",
        "default_icon": "img\/icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    }
}