HTML To React
To create a React component with an input details.
HTML To Reactとは何ですか?
HTML To ReactはVijay Deepakによって開発されたChromeの拡張機能で、その主な機能は「To create a React component with an input details.」です。
拡張機能のスクリーンショット
HTML To React拡張機能のCRXファイルをダウンロード
HTML To React拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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                     拡張機能の基本情報
| 名前 |   |  
| 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"
    ]
}  |  |