HTML to React

The fastest and smartest way to analyze HTML elements and generate full React component representations.

HTML to React란 무엇입니까?

HTML to React은(는) https://htmltoreact.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The fastest and smartest way to analyze HTML elements and generate full React component representations."입니다.

확장 프로그램 스크린샷

screenshot

HTML to React 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        HTML to React is an extension that helps you convert any website element into a React component. It analyzes HTML semantics, CSS style sheets and compiles the selected DOM element into JSX code. It is in open beta, so expect more features coming soon!                    

확장 프로그램 기본 정보

이름 HTML to React HTML to React
ID glefoejbpalgpdgfbbmemfgegepiamnd
공식 URL https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd
설명 The fastest and smartest way to analyze HTML elements and generate full React component representations.
파일 크기 342 KB
설치 횟수 1,755
현재 버전 0.0.3
최근 업데이트 2023-12-14
출시 날짜 2021-08-13
평점 5.00/5 총 5 개의 평점
개발자 https://htmltoreact.app
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML to React",
    "description": "The fastest and smartest way to analyze HTML elements and generate full React component representations.",
    "homepage_url": "https:\/\/htmltoreact.app\/",
    "icons": {
        "16": ".\/icons\/active-16.png",
        "32": ".\/icons\/active-32.png",
        "48": ".\/icons\/active-48.png",
        "128": ".\/icons\/active-128.png"
    },
    "action": {
        "default_title": "Start",
        "default_icon": {
            "16": ".\/icons\/inactive-16.png",
            "32": ".\/icons\/inactive-32.png",
            "48": ".\/icons\/inactive-48.png",
            "128": ".\/icons\/inactive-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "scripting",
        "activeTab",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.3",
    "background": {
        "service_worker": "background.js"
    }
}