Tailwind UI React

Automatic translation of Tailwind UI components to React

ما هو Tailwind UI React؟

Tailwind UI React هو إضافة Chrome تم تطويرها بواسطة Christian Genco، والميزة الرئيسية لها هي "Automatic translation of Tailwind UI components to React".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tailwind UI React

قم بتنزيل ملفات الامتداد Tailwind UI React بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Change the "code" tab of Tailwind UI to show React JSX instead of HTML.

This auto-generated component automatically swaps `class` to `className`, sets up animated transitions, replaces HTML comments with JSX comments, and about 20 other little jobs.                    

معلومات أساسية عن التمديد

الاسم Tailwind UI React Tailwind UI React
ID binfindfddkgfibeajgkmjioklcgigjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn
الوصف Automatic translation of Tailwind UI components to React
حجم الملف 376 KB
عدد التثبيتات 403
النسخة الحالية 1.3
آخر تحديث 2021-01-04
تاريخ النشر 2020-05-24
تقييم 5.00/5 مجموع تقييمات 7
المطور Christian Genco
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://twitter.com/cgenco
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tailwind UI React",
    "version": "1.3",
    "description": "Automatic translation of Tailwind UI components to React",
    "permissions": [
        "https:\/\/tailwindui.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tailwindui.com\/*"
            ],
            "js": [
                "prism.min.js",
                "prism-jsx.min.js",
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}