styletron-devtools

Inspect styletron styles

Vad är styletron-devtools?

styletron-devtools är en Chrome-tillägg utvecklad av https://styletron.org, och dess huvudfunktion är "Inspect styletron styles".

Tilläggsskärmbilder

screenshot

Ladda ner styletron-devtools-förlängningens CRX-fil

Ladda ner styletron-devtools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn styletron-devtools styletron-devtools
ID bmjdkiphkpkjkicjjgelklhkpbpfiogb
Officiell webbadress https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb
Beskrivning Inspect styletron styles
Filstorlek 12.69 KB
Antal Installationer 138
Aktuell Version 0.1.0
Senast Uppdaterad 2019-06-12
Publiceringsdatum 2019-06-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://styletron.org
Betalningssätt free
Tilläggswebbplats https://www.styletron.org
Hjälpsida URL https://www.styletron.org
Stödda Språk 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"
}