HTML to React
The fastest and smartest way to analyze HTML elements and generate full React component representations.
什麼是HTML to React?
HTML to React是由https://htmltoreact.app開發的Chrome擴展程式,該擴展的主要功能是“The fastest and smartest way to analyze HTML elements and generate full React component representations.”。
擴展截圖
下載HTML to React擴展crx文件
下載HTML to React擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
HTML to React is an extension that helps you convert any website element into a React component. It analyzes HTML semantics, CSS style sheets and compiles the selected DOM element into JSX code. It is in open beta, so expect more features coming soon!
擴展基本資訊
名稱 | HTML to React |
ID | glefoejbpalgpdgfbbmemfgegepiamnd |
官方網址 | https://chromewebstore.google.com/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd |
簡介 | The fastest and smartest way to analyze HTML elements and generate full React component representations. |
檔案大小 | 342 KB |
安裝次數 | 1,755 |
目前版本 | 0.0.3 |
更新時間 | 2023-12-14 |
上架時間 | 2021-08-13 |
評分 | 5.00/5 共 5 次評分 |
開發者 | https://htmltoreact.app |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to React", "description": "The fastest and smartest way to analyze HTML elements and generate full React component representations.", "homepage_url": "https:\/\/htmltoreact.app\/", "icons": { "16": ".\/icons\/active-16.png", "32": ".\/icons\/active-32.png", "48": ".\/icons\/active-48.png", "128": ".\/icons\/active-128.png" }, "action": { "default_title": "Start", "default_icon": { "16": ".\/icons\/inactive-16.png", "32": ".\/icons\/inactive-32.png", "48": ".\/icons\/inactive-48.png", "128": ".\/icons\/inactive-128.png" } }, "web_accessible_resources": [ { "resources": [ "content\/*" ], "matches": [ " |