CSS Extractor (Extracts style & media rules)

Select a DOM element and get styles applied to it and all its children.

CSS Extractor (Extracts style & media rules)คืออะไร?

CSS Extractor (Extracts style & media rules) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gadget-vignette.blogspot.com และคุณลักษณะหลักของมันคือ "Select a DOM element and get styles applied to it and all its children."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Extractor (Extracts style & media rules)

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

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

                                            

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

ชื่อ CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
ID cigdmgjlopkhnmngkenhglnlhdhgibjj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-extractor-extracts-st/cigdmgjlopkhnmngkenhglnlhdhgibjj
คำอธิบาย Select a DOM element and get styles applied to it and all its children.
ขนาดไฟล์ 18.14 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-05-15
วันที่เผยแพร่ 2016-05-15
คะแนน 1.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://gadget-vignette.blogspot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Extractor (Extracts style & media rules)",
    "short_name": "CSS Extractor",
    "description": "Select a DOM element and get styles applied to it and all its children.",
    "version": "1.2",
    "author": "kukkuz team",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/css-beautify.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "file:\/\/*\/*"
    ]
}