styletron-devtools

Inspect styletron styles

Was ist styletron-devtools?

styletron-devtools ist eine Chrome-Erweiterung, die von https://styletron.org entwickelt wurde, und ihr Hauptmerkmal ist "Inspect styletron styles".

Erweiterungsscreenshots

screenshot

styletron-devtools-Erweiterungs-CRX-Datei herunterladen

Laden Sie styletron-devtools-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

                        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+.                    

Grundlegende Informationen zur Erweiterung

Name styletron-devtools styletron-devtools
ID bmjdkiphkpkjkicjjgelklhkpbpfiogb
Offizielle URL https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb
Beschreibung Inspect styletron styles
Dateigröße 12.69 KB
Installationsanzahl 138
Aktuelle Version 0.1.0
Letztes Update 2019-06-12
Veröffentlichungsdatum 2019-06-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://styletron.org
Zahlungsart free
Erweiterungswebsite https://www.styletron.org
Hilfeseite URL https://www.styletron.org
Unterstützte Sprachen 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"
}