CSSSteal
Given DOM element returns styles applied to it and all its children.
CSSStealคืออะไร?
CSSSteal เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Krasimir Tsonev และคุณลักษณะหลักของมันคือ "Given DOM element returns styles applied to it and all its children."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSSSteal
ดาวน์โหลดไฟล์ส่วนขยาย CSSSteal ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inspect elements and extract the CSS defined for them and their children. The extension is useful if you need to transfer part of one page to another.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSSSteal |
ID | ellabkgcnhflepncdcnelhgclfkgmanh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csssteal/ellabkgcnhflepncdcnelhgclfkgmanh |
คำอธิบาย | Given DOM element returns styles applied to it and all its children. |
ขนาดไฟล์ | 557 KB |
จำนวนการติดตั้ง | 4,448 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-10-08 |
วันที่เผยแพร่ | 2015-10-08 |
คะแนน | 2.26/5 รวมทั้งหมด 46 คะแนน |
ผู้พัฒนา | Krasimir Tsonev |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSSSteal", "description": "Given DOM element returns styles applied to it and all its children.", "version": "1.0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "devtools_page": "devtools.html" } |