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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |