CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
Was ist CSS Inspector?
CSS Inspector ist eine Chrome-Erweiterung, die von https://cssinspector.com entwickelt wurde, und ihr Hauptmerkmal ist "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.".
Erweiterungsscreenshots
CSS Inspector-Erweiterungs-CRX-Datei herunterladen
Laden Sie CSS Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
⚡️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 :)
Grundlegende Informationen zur Erweiterung
Name | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
Offizielle URL | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
Beschreibung | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
Dateigröße | 2.57 MB |
Installationsanzahl | 7,078 |
Aktuelle Version | 1.2.10 |
Letztes Update | 2021-05-03 |
Veröffentlichungsdatum | 2020-05-25 |
Bewertung | 2.52/5 Insgesamt 63 Bewertungen |
Entwickler | https://cssinspector.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://cssinspector.com/ |
Unterstützte Sprachen | 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": [ " |