styletron-devtools

Inspect styletron styles

Hvad er styletron-devtools?

styletron-devtools er en Chrome-udvidelse udviklet af https://styletron.org, og dens hovedfunktion er "Inspect styletron styles".

Udvidelsesskærmbilleder

screenshot

Download styletron-devtools-udvidelses-CRX-fil

Download styletron-devtools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn styletron-devtools styletron-devtools
ID bmjdkiphkpkjkicjjgelklhkpbpfiogb
Officiel URL https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb
Beskrivelse Inspect styletron styles
Filstørrelse 12.69 KB
Antal Installationer 138
Nuværende Version 0.1.0
Senest Opdateret 2019-06-12
Udgivelsesdato 2019-06-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://styletron.org
Betalingsmetode free
Udvidelseswebsted https://www.styletron.org
Hjælpeside-URL https://www.styletron.org
Understøttede Sprog 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"
}