styletron-devtools
Inspect styletron styles
Cos'è styletron-devtools?
styletron-devtools è un'estensione di Chrome sviluppata da https://styletron.org, e la sua funzione principale è "Inspect styletron styles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione styletron-devtools
Scarica i file di estensione styletron-devtools 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
Adds a new panel into your devtools to help you inspect elements styled by Styletron (works only when your application is built with NODE_ENV=development). Styletron is an universal toolkit for component-oriented styling. It falls into the CSS in JS category. It outputs performant Atomic CSS. However, that can be hard to debug since every rule lives in its own class. This extension adds a new panel that nicely merges styles into a single list. This feature works with styletron-react v5.1+ and styletron-engine-atomic v1.3+.
Informazioni di Base sull'Estensione
Nome | styletron-devtools |
ID | bmjdkiphkpkjkicjjgelklhkpbpfiogb |
URL Ufficiale | https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb |
Descrizione | Inspect styletron styles |
Dimensione del File | 12.69 KB |
Conteggio Installazioni | 138 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2019-06-12 |
Data di Pubblicazione | 2019-06-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://styletron.org |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.styletron.org |
URL della Pagina di Aiuto | https://www.styletron.org |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "styletron-devtools", "version": "0.1.0", "manifest_version": 2, "description": "Inspect styletron styles", "icons": { "16": ".\/icons\/16x16.png", "48": ".\/icons\/48x48.png", "128": ".\/icons\/128x128.png" }, "permissions": [], "devtools_page": "devtools_page.html" } |