HTML to React

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

Cos'è HTML to React?

HTML to React è un'estensione di Chrome sviluppata da https://htmltoreact.app, e la sua funzione principale è "The fastest and smartest way to analyze HTML elements and generate full React component representations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML to React

Scarica i file di estensione HTML to React in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome HTML to React HTML to React
ID glefoejbpalgpdgfbbmemfgegepiamnd
URL Ufficiale https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd
Descrizione The fastest and smartest way to analyze HTML elements and generate full React component representations.
Dimensione del File 342 KB
Conteggio Installazioni 1,755
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-12-14
Data di Pubblicazione 2021-08-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://htmltoreact.app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}