CSS Peeper
Extract CSS and build beautiful styleguides.
¿Qué es CSS Peeper?
CSS Peeper es una extensión de Chrome desarrollada por CSS Peeper, y su función principal es "Extract CSS and build beautiful styleguides.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CSS Peeper
Descarga archivos de extensión CSS Peeper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
🔎 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
Información Básica de la Extensión
Nombre | CSS Peeper |
ID | mbnbehikldjhnfehhnaidhjhoofhpehk |
URL Oficial | https://chromewebstore.google.com/detail/css-peeper/mbnbehikldjhnfehhnaidhjhoofhpehk |
Descripción | Extract CSS and build beautiful styleguides. |
Tamaño del Archivo | 279 KB |
Cantidad de Instalaciones | 510,385 |
Versión Actual | 0.5.6 |
Última Actualización | 2023-11-20 |
Fecha de Publicación | 2017-04-12 |
Calificación | 4.63/5 Total de 338 Calificaciones |
Desarrollador | CSS Peeper |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://csspeeper.com |
Idiomas Soportados | 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 } |