HTML To React

To create a React component with an input details.

HTML To React क्या है?

HTML To React Vijay Deepak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To create a React component with an input details."।

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

screenshot
screenshot

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

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

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

                        This extension is used to convert and create React component based on the type. It will reduces the manual work for converting the html to react component                    

एक्सटेंशन की मूल जानकारी

नाम HTML To React HTML To React
ID dangmcmbllpnmlkfpbciobokmaaomggm
आधिकारिक URL https://chromewebstore.google.com/detail/html-to-react/dangmcmbllpnmlkfpbciobokmaaomggm
विवरण To create a React component with an input details.
फ़ाइल का आकार 41.97 KB
स्थापना संख्या 344
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-05-06
प्रकाशन तिथि 2019-05-06
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Vijay Deepak
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML To React",
    "description": "To create a React component with an input details.",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}