styletron-devtools

Inspect styletron styles

Apa itu styletron-devtools?

styletron-devtools adalah ekstensi Chrome yang dikembangkan oleh https://styletron.org, dan fitur utamanya adalah "Inspect styletron styles".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi styletron-devtools

Unduh file ekstensi styletron-devtools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama styletron-devtools styletron-devtools
ID bmjdkiphkpkjkicjjgelklhkpbpfiogb
URL Resmi https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb
Deskripsi Inspect styletron styles
Ukuran File 12.69 KB
Jumlah Instalasi 138
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2019-06-12
Tanggal Publikasi 2019-06-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://styletron.org
Tipe Pembayaran free
Situs Ekstensi https://www.styletron.org
URL Halaman Bantuan https://www.styletron.org
Bahasa yang Didukung 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"
}