Css Playground and Dom Tree

For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.

Css Playground and Dom Treeคืออะไร?

Css Playground and Dom Tree เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jody Brabec และคุณลักษณะหลักของมันคือ "For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Css Playground and Dom Tree

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

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

                        Extends DevTools!  Works on ANY live web page - explore new css styles like you never have before.                    

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

ชื่อ Css Playground and Dom Tree Css Playground and Dom Tree
ID fbdbnlmganadmogpnpceofkilanfolni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-playground-and-dom-tr/fbdbnlmganadmogpnpceofkilanfolni
คำอธิบาย For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 1,339
เวอร์ชันปัจจุบัน 6.1.3
อัปเดตครั้งล่าสุด 2022-01-13
วันที่เผยแพร่ 2020-04-21
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jody Brabec
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://youtu.be/t9S5KaNr6Go
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Css Playground and Dom Tree",
    "version": "6.1.3",
    "description": "For Web designers, developers, web instructors. On live web pages, inspect, edit, and test hundreds of [new] CSS styles per second.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/pine-tree-32.png",
        "default_title": "Css Playground",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icons\/pine-tree-32.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        "icons\/*.png",
        "images\/*.gif",
        "images\/*.jpg",
        "images\/*.png"
    ]
}