HTML to React

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

O que é HTML to React?

HTML to React é uma extensão do Chrome desenvolvida por https://htmltoreact.app, e sua principal característica é "The fastest and smartest way to analyze HTML elements and generate full React component representations.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML to React

Baixe arquivos de extensão HTML to React no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome HTML to React HTML to React
ID glefoejbpalgpdgfbbmemfgegepiamnd
URL Oficial https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd
Descrição The fastest and smartest way to analyze HTML elements and generate full React component representations.
Tamanho do Arquivo 342 KB
Contagem de Instalações 1,755
Versão Atual 0.0.3
Última Atualização 2023-12-14
Data de Publicação 2021-08-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://htmltoreact.app
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}