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