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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The fastest and smartest way to analyze HTML elements and generate full React component representations."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HTML to React एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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