Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Gimli Tailwind là gì?

Gimli Tailwind là một tiện ích mở rộng Chrome được phát triển bởi https://gimli.app, và tính năng chính của nó là "A DevTools extension enabling smart tools for Tailwind CSS.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gimli Tailwind

Tải xuống các tệp mở rộng Gimli Tailwind dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gimli Tailwind Gimli Tailwind
ID fojckembkmaoehhmkiomebhkcengcljl
URL Chính Thức https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl
Mô tả A DevTools extension enabling smart tools for Tailwind CSS.
Kích Thước Tệp 94.46 KB
Số Lần Cài Đặt 6,431
Phiên Bản Hiện Tại 4.0
Cập Nhật Lần Cuối 2024-01-18
Ngày Phát Hành 2022-06-16
Đánh Giá 4.55/5 Tổng số 22 Đánh Giá
Nhà Phát Triển https://gimli.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gimli.app/tailwinddx.html
Ngôn Ngữ Được Hỗ Trợ 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"
}