styletron-devtools

Inspect styletron styles

什麼是styletron-devtools?

styletron-devtools是由https://styletron.org開發的Chrome擴展程式,該擴展的主要功能是“Inspect styletron styles”。

擴展截圖

screenshot

下載styletron-devtools擴展crx文件

下載styletron-devtools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 styletron-devtools styletron-devtools
ID bmjdkiphkpkjkicjjgelklhkpbpfiogb
官方網址 https://chromewebstore.google.com/detail/styletron-devtools/bmjdkiphkpkjkicjjgelklhkpbpfiogb
簡介 Inspect styletron styles
檔案大小 12.69 KB
安裝次數 138
目前版本 0.1.0
更新時間 2019-06-12
上架時間 2019-06-12
評分 5.00/5 共 1 次評分
開發者 https://styletron.org
付費類型 free
擴展官網 https://www.styletron.org
說明頁面URL https://www.styletron.org
支援的語言 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"
}