HTML To React

To create a React component with an input details.

What is HTML To React?

HTML To React is a Chrome extension developed by Vijay Deepak, and its main feature is "To create a React component with an input details.".

Extension Screenshots

screenshot
screenshot

Download HTML To React Extension CRX File

Download HTML To React extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HTML To React HTML To React
ID dangmcmbllpnmlkfpbciobokmaaomggm
Official URL https://chromewebstore.google.com/detail/html-to-react/dangmcmbllpnmlkfpbciobokmaaomggm
Description To create a React component with an input details.
File Size 41.97 KB
Installation Count 344
Current Version 1.0.1
Last Updated 2019-05-06
Publish Date 2019-05-06
Rating 4.50/5 Total 2 Ratings
Developer Vijay Deepak
Payment Type free
Supported Languages 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"
    ]
}