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
擴展基本資訊
名稱 | HTML To React |
ID | dangmcmbllpnmlkfpbciobokmaaomggm |
官方網址 | 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" ] } |