CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
CSS Inspectorとは何ですか?
CSS Inspectorはhttps://cssinspector.comによって開発されたChromeの拡張機能で、その主な機能は「An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.」です。
拡張機能のスクリーンショット
CSS Inspector拡張機能のCRXファイルをダウンロード
CSS Inspector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⚡️CSS Inspector is the easiest & fastest way to inspect/edit live webpages without coding. It's simple, just click & copy Features 🔎 Get CSS Properties simply by selecting an element 🎨 Get the color palette from any website 🖍 Get a color reading from any point in your browser, elements or images, and paste it 📏 Get distance between elements in the page 🅰 Inspect fonts, color and other font properties. All typographies in one place One time purchase CSS Inspector is a one-time purchase extension, and all updates are included with it. No subscriptions, and no further surprises :)
拡張機能の基本情報
名前 | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
公式URL | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
説明 | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
ファイルサイズ | 2.57 MB |
インストール数 | 7,078 |
現在のバージョン | 1.2.10 |
最終更新日 | 2021-05-03 |
公開日 | 2020-05-25 |
評価 | 2.52/5 合計 63 レビュー |
開発者 | https://cssinspector.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cssinspector.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Inspector", "version": "1.2.10", "description": "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.", "browser_action": { "default_icon": "images\/app-icon.png", "default_title": "CSS Inspector" }, "icons": { "16": "images\/app-icon.png", "48": "images\/app-icon.png", "128": "images\/app-icon--big.png", "184": "images\/app-icon--big.png" }, "content_scripts": [ { "matches": [ " |