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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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
}