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 |
公式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 |
Eメール | [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 } |