CSS Peeper
Extract CSS and build beautiful styleguides.
CSS Peeperคืออะไร?
CSS Peeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CSS Peeper และคุณลักษณะหลักของมันคือ "Extract CSS and build beautiful styleguides."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Peeper
ดาวน์โหลดไฟล์ส่วนขยาย CSS Peeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🔎 No more digging in a code. Inspect styles in a simple, well-organized & beautiful way. Get it now! CSS Peeper is a CSS viewer tailored for Designers. Get access to the useful styles with our Chrome extension. Our mission is to let Designers focus on design, and spend as little time as possible digging in a code. Ever wondered what’s the line-height, font or a button size on a website? We provide you the ultimate tool to satisfy your curiosity. We enable you to inspect code in the easiest possible way. Check the hidden CSS style of objects, colors and assets on the web. Follow us on Twitter: https://twitter.com/CSSPeeper
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSS Peeper |
ID | mbnbehikldjhnfehhnaidhjhoofhpehk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk |
คำอธิบาย | Extract CSS and build beautiful styleguides. |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 510,385 |
เวอร์ชันปัจจุบัน | 0.5.6 |
อัปเดตครั้งล่าสุด | 2023-11-20 |
วันที่เผยแพร่ | 2017-04-12 |
คะแนน | 4.63/5 รวมทั้งหมด 338 คะแนน |
ผู้พัฒนา | CSS Peeper |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://csspeeper.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Peeper", "description": "Extract CSS and build beautiful styleguides.", "version": "0.5.6", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/fonts.googleapis.com\/" ], "background": { "service_worker": "background.js" }, "icons": { "32": "logo-32.png", "64": "logo-64.png", "128": "logo-128.png", "512": "logo-512.png" }, "action": { "default_title": "Show me the styles!" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3 } |