Tailwind CSS Devtools

Tailwind CSS Developer Tools

Tailwind CSS Devtools란 무엇입니까?

Tailwind CSS Devtools은(는) Tailscan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tailwind CSS Developer Tools"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        All-in-one browser extension for Tailwind CSS Developer.

Features 🔥
🗂 Quickly inspect edit and filter HTML elements with TailwindCSS utility classes.
✨ Support Tailwindcss Intellisense autocompletion for JIT mode.
✔️ Custom config support.

Personal data 🔒
Tailwind CSS Devtools had never collected and will never collect any personal data, browsing history, etc. Tailwind CSS Devtools also doesn't share/care about your data at all.                    

확장 프로그램 기본 정보

이름 Tailwind CSS Devtools Tailwind CSS Devtools
ID pgamkpjkbfldnmemhcbekimfdnjcgkco
공식 URL https://chromewebstore.google.com/detail/tailwind-css-devtools/pgamkpjkbfldnmemhcbekimfdnjcgkco
설명 Tailwind CSS Developer Tools
파일 크기 857 KB
설치 횟수 2,057
현재 버전 0.1.1
최근 업데이트 2022-06-16
출시 날짜 2022-06-14
평점 4.60/5 총 5 개의 평점
개발자 Tailscan
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/vechai/tails-devtools
도움말 페이지 URL https://github.com/vechai/tails-devtools/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tailwind CSS Devtools",
    "author": "tungtbt",
    "version": "0.1.1",
    "description": "Tailwind CSS Developer Tools",
    "icons": {
        "128": ".\/logo.png"
    },
    "action": {
        "default_icon": {
            "128": ".\/logo.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "sandbox": {
        "pages": [
            "src\/pages\/sandbox\/index.html"
        ]
    }
}