Tailwind Cheat Sheet Extension
The Chrome Extension for Tailwind Cheat Sheet
Tailwind Cheat Sheet Extensionคืออะไร?
Tailwind Cheat Sheet Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shahid.sk27595 และคุณลักษณะหลักของมันคือ "The Chrome Extension for Tailwind Cheat Sheet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tailwind Cheat Sheet Extension
ดาวน์โหลดไฟล์ส่วนขยาย Tailwind Cheat Sheet Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension to easily access Tailwind's classes. The extension provides following features: 1. Easily accessible tailwind classes 2. Click on the class to copy the same to clipboard 3. Search for classes 4. Open Source 5. Supports dark and light theme
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tailwind Cheat Sheet Extension |
ID | jmggagicdeomaenmjjlphbamdaeojcol |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tailwind-cheat-sheet-exte/jmggagicdeomaenmjjlphbamdaeojcol |
คำอธิบาย | The Chrome Extension for Tailwind Cheat Sheet |
ขนาดไฟล์ | 224 KB |
จำนวนการติดตั้ง | 1,950 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2022-10-11 |
วันที่เผยแพร่ | 2022-06-21 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | shahid.sk27595 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tailwind Cheat Sheet Extension", "description": "The Chrome Extension for Tailwind Cheat Sheet", "version": "1.0.6", "manifest_version": 3, "author": "Shahid Shaikh", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon128.png" } } |