CSS Inspector
An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.
Cos'è CSS Inspector?
CSS Inspector è un'estensione di Chrome sviluppata da https://cssinspector.com, e la sua funzione principale è "An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CSS Inspector
Scarica i file di estensione CSS Inspector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
⚡️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 :)
Informazioni di Base sull'Estensione
Nome | CSS Inspector |
ID | ncgpjidaohcjajcpafgagmejnooepbml |
URL Ufficiale | https://chromewebstore.google.com/detail/css-inspector/ncgpjidaohcjajcpafgagmejnooepbml |
Descrizione | An easy way to inspect the CSS of any element with only hover over, and copy its entire CSS with one click. |
Dimensione del File | 2.57 MB |
Conteggio Installazioni | 7,078 |
Versione Corrente | 1.2.10 |
Ultimo Aggiornamento | 2021-05-03 |
Data di Pubblicazione | 2020-05-25 |
Valutazione | 2.52/5 Totale 63 Valutazioni |
Sviluppatore | https://cssinspector.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cssinspector.com/ |
Lingue Supportate | 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": [ " |