styletron-devtools

Inspect styletron styles

styletron-devtools란 무엇입니까?

styletron-devtools은(는) https://styletron.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspect styletron styles"입니다.

확장 프로그램 스크린샷

screenshot

styletron-devtools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}