HTML to React

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

HTML to React là gì?

HTML to React là một tiện ích mở rộng Chrome được phát triển bởi https://htmltoreact.app, và tính năng chính của nó là "The fastest and smartest way to analyze HTML elements and generate full React component representations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML to React

Tải xuống các tệp mở rộng HTML to React dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML to React HTML to React
ID glefoejbpalgpdgfbbmemfgegepiamnd
URL Chính Thức https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd
Mô tả The fastest and smartest way to analyze HTML elements and generate full React component representations.
Kích Thước Tệp 342 KB
Số Lần Cài Đặt 1,755
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2021-08-13
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://htmltoreact.app
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}