CSS Peeper
Extract CSS and build beautiful styleguides.
Apa itu CSS Peeper?
CSS Peeper adalah ekstensi Chrome yang dikembangkan oleh CSS Peeper, dan fitur utamanya adalah "Extract CSS and build beautiful styleguides.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CSS Peeper
Unduh file ekstensi CSS Peeper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🔎 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
Informasi Dasar Ekstensi
Nama | CSS Peeper |
ID | mbnbehikldjhnfehhnaidhjhoofhpehk |
URL Resmi | https://chromewebstore.google.com/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk |
Deskripsi | Extract CSS and build beautiful styleguides. |
Ukuran File | 279 KB |
Jumlah Instalasi | 510,385 |
Versi Saat Ini | 0.5.6 |
Terakhir Diperbarui | 2023-11-20 |
Tanggal Publikasi | 2017-04-12 |
Penilaian | 4.63/5 Total 338 Penilaian |
Pengembang | CSS Peeper |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://csspeeper.com |
Bahasa yang Didukung | 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 } |