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文件

下载HTML to React扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}