Inspect CSS
The easiest way to inspect and edit CSS
Cos'è Inspect CSS?
Inspect CSS è un'estensione di Chrome sviluppata da kholid060, e la sua funzione principale è "The easiest way to inspect and edit CSS".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inspect CSS
Scarica i file di estensione Inspect CSS 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
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
Informazioni di Base sull'Estensione
Nome | Inspect CSS |
ID | fbopfffegfehobgoommphghohinpkego |
URL Ufficiale | https://chromewebstore.google.com/detail/inspect-css/fbopfffegfehobgoommphghohinpkego |
Descrizione | The easiest way to inspect and edit CSS |
Dimensione del File | 380 KB |
Conteggio Installazioni | 5,344 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2024-02-09 |
Data di Pubblicazione | 2020-09-15 |
Valutazione | 4.20/5 Totale 10 Valutazioni |
Sviluppatore | kholid060 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Kholid060/inspect-css |
URL della Pagina di Aiuto | https://github.com/Kholid060/inspect-css/issues |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } ] } |