HTML to React
The fastest and smartest way to analyze HTML elements and generate full React component representations.
HTML to Reactคืออะไร?
HTML to React เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://htmltoreact.app และคุณลักษณะหลักของมันคือ "The fastest and smartest way to analyze HTML elements and generate full React component representations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML to React
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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": [ " |