Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Gimli Tailwindคืออะไร?

Gimli Tailwind เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gimli.app และคุณลักษณะหลักของมันคือ "A DevTools extension enabling smart tools for Tailwind CSS."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gimli Tailwind

ดาวน์โหลดไฟล์ส่วนขยาย Gimli Tailwind ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Gimli Tailwind is the most popular DevTools extension for Tailwind CSS developers. 
It lets you view and intuitively edit utility classes.

Feature Highlights 🔥

✔️ Works on any website. 

✔️ Autocomplete: 
Intelligent suggestions for class names. It also supports searching for CSS property names.

✔️ Instant feedback: Preview changes on hover.

✔️ Quickly toggle utility values with Cmd/Ctrl + Click.

✔️ Intuitive UI
We don't want to overwhelm developers with options and inputs. Here’s a list of features that enable developers to find relevant utilities quickly:

➤ Variant override: Displays what variant is active.
➤ Inputs are grouped the same way as in the official docs.
➤ Some sections like Grid and Flex will only be visible when relevant.
➤ Active inputs are always shown.
➤ Customizable UI.

Personal data 🔒
Gimli Tailwind will never collect any personal data, browsing history, etc.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gimli Tailwind Gimli Tailwind
ID fojckembkmaoehhmkiomebhkcengcljl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl
คำอธิบาย A DevTools extension enabling smart tools for Tailwind CSS.
ขนาดไฟล์ 94.46 KB
จำนวนการติดตั้ง 6,431
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2022-06-16
คะแนน 4.55/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://gimli.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gimli.app/tailwinddx.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A DevTools extension enabling smart tools for Tailwind CSS.",
    "manifest_version": 3,
    "name": "Gimli Tailwind",
    "version": "4.0",
    "author": "Joakim Hjertvik",
    "homepage_url": "https:\/\/gimli.app\/tailwinddx",
    "icons": {
        "16": "icons\/logo48.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools-page.html"
}