HTML to React

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

Co je HTML to React?

HTML to React je rozšíření Chrome vyvinuté https://htmltoreact.app, a jeho hlavní funkcí je „The fastest and smartest way to analyze HTML elements and generate full React component representations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HTML to React

Stáhněte si soubory rozšíření HTML to React ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název HTML to React HTML to React
ID glefoejbpalgpdgfbbmemfgegepiamnd
Oficiální URL https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd
Popis The fastest and smartest way to analyze HTML elements and generate full React component representations.
Velikost souboru 342 KB
Počet instalací 1,755
Aktuální Verze 0.0.3
Poslední Aktualizace 2023-12-14
Datum Vydání 2021-08-13
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://htmltoreact.app
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}