HTML To React
To create a React component with an input details.
HTML To Reactคืออะไร?
HTML To React เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vijay Deepak และคุณลักษณะหลักของมันคือ "To create a React component with an input details."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML To React
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |