styletron-devtools
Inspect styletron styles
Wat is styletron-devtools?
styletron-devtools is een Chrome-extensie ontwikkeld door https://styletron.org, en de belangrijkste functie is "Inspect styletron styles".
Extensie Screenshots
Download het CRX-bestand van de extensie styletron-devtools
Download styletron-devtools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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+.
Basisinformatie over de Extensie
Naam | styletron-devtools |
ID | bmjdkiphkpkjkicjjgelklhkpbpfiogb |
Officiële URL | https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb |
Beschrijving | Inspect styletron styles |
Bestandsgrootte | 12.69 KB |
Aantal Installaties | 138 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2019-06-12 |
Publicatiedatum | 2019-06-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://styletron.org |
Betalingswijze | free |
Extensiewebsite | https://www.styletron.org |
Help Pagina-URL | https://www.styletron.org |
Ondersteunde Talen | 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" } |