CSS Peeper
Extract CSS and build beautiful styleguides.
什麼是CSS Peeper?
CSS Peeper是由CSS Peeper開發的Chrome擴展程式,該擴展的主要功能是“Extract CSS and build beautiful styleguides.”。
擴展截圖
下載CSS Peeper擴展crx文件
下載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 |
官方網址 | 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 } |