Scan CSS

A script to inspect, scan and copy CSS properties of any element on the web page

Scan CSSคืออะไร?

Scan CSS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akshaymalik191 และคุณลักษณะหลักของมันคือ "A script to inspect, scan and copy CSS properties of any element on the web page"

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

screenshot

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

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

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

                        A free tool to inspect and edit CSS right in the browser without a need to open developer tools.

Press 'alt + s' to start the inspection.

Click on "Copy" to copy the CSS properties of the element.

Click on "Copy All" to copy the CSS properties of the element as well of its children.                    

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

ชื่อ Scan CSS Scan CSS
ID mkdaolldfcljbalhclcakgjjiklajdof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scan-css/mkdaolldfcljbalhclcakgjjiklajdof
คำอธิบาย A script to inspect, scan and copy CSS properties of any element on the web page
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 293
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-11-29
วันที่เผยแพร่ 2022-11-26
คะแนน 2.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา akshaymalik191
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan CSS",
    "description": "A script to inspect, scan and copy CSS properties of any element on the web page",
    "version": "1.0.2",
    "icons": {
        "512": "icons\/Icon-512.png",
        "256": "icons\/Icon-256.png",
        "196": "icons\/Icon-196.png",
        "128": "icons\/Icon-128.png",
        "64": "icons\/Icon-64.png",
        "32": "icons\/Icon-32.png",
        "16": "icons\/Icon-16.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}