Outliner CSS

A totally awesome structure and layout debugger that inserts CSS outlines to all elements.

Outliner CSSคืออะไร?

Outliner CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarah และคุณลักษณะหลักของมันคือ "A totally awesome structure and layout debugger that inserts CSS outlines to all elements."

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

screenshot

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

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

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

                        After years of adding debug styles into projects to help debug structure and layout issues I spent an afternoon making the Outliner CSS chrome extension. 
 
Outliner CSS is added to the current page on all elements with the option to switch between RGB colors and toggle background color opacity to highlight depth.                    

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

ชื่อ Outliner CSS Outliner CSS
ID epodomlablfiehjgajhlhbdhidlkokaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/outliner-css/epodomlablfiehjgajhlhbdhidlkokaj
คำอธิบาย A totally awesome structure and layout debugger that inserts CSS outlines to all elements.
ขนาดไฟล์ 13.01 KB
จำนวนการติดตั้ง 9,566
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-10-10
วันที่เผยแพร่ 2017-10-10
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา tarah
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outliner CSS",
    "description": "A totally awesome structure and layout debugger that inserts CSS outlines to all elements.",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Outliner CSS",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2
}