Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Gimli Tailwind란 무엇입니까?

Gimli Tailwind은(는) https://gimli.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A DevTools extension enabling smart tools for Tailwind CSS."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Gimli Tailwind 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}