Inspect CSS
The easiest way to inspect and edit CSS
Inspect CSSとは何ですか?
Inspect CSSはkholid060によって開発されたChromeの拡張機能で、その主な機能は「The easiest way to inspect and edit CSS」です。
拡張機能のスクリーンショット
Inspect CSS拡張機能のCRXファイルをダウンロード
Inspect CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features: 🔎 Get CSS Properties from any element by selecting it ✏️ Get and edit element attributes 📷 Download website assets ⌨️ Add your custom CSS to the website 🎨 Get the color palette of the website 🧭 DOM Navigation 🎯 Color picker GitHub: https://github.com/Kholid060/inspect-css
拡張機能の基本情報
名前 | Inspect CSS |
ID | fbopfffegfehobgoommphghohinpkego |
公式URL | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
説明 | The easiest way to inspect and edit CSS |
ファイルサイズ | 380 KB |
インストール数 | 5,344 |
現在のバージョン | 1.0.2 |
最終更新日 | 2024-02-09 |
公開日 | 2020-09-15 |
評価 | 4.20/5 合計 10 レビュー |
開発者 | kholid060 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Kholid060/inspect-css |
ヘルプページのURL | https://github.com/Kholid060/inspect-css/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.0.2", "description": "__MSG_extensionDescription__", "permissions": [ "activeTab", "scripting", "storage" ], "action": [], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/woff2\/*.woff2", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |