Devtools for Tailwind CSS

Devtools for Tailwind CSS

Devtools for Tailwind CSS란 무엇입니까?

Devtools for Tailwind CSS은(는) https://devtoolsfortailwind.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Devtools for Tailwind CSS"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The DevTools for Tailwind CSS extension allows you to easily work with Tailwind CSS classes on your websites by adding the full power of the JIT engine to your browser. No more missing classes while trying to debug any Tailwind classes on your website.

This is a paid extension and requires a valid license key, that you can obtain at https://devtoolsfortailwind.com/

💡 Intellisense class autocompletion

The Tailwind DevTools give you IntelliSense autocompletion right within your browser's developer tools. Easily add or swap Tailwind classes.

🚀 Full JIT feature support in your dev tools

All of Tailwinds JIT features are possible with this extension – even on production websites. Do you want to add a class like "border-[30px]"? No problem!

⚙️ Custom Tailwind configuration support

The DevTools for Tailwind extension allows you to bring your own custom Tailwind configuration, so that all your custom colors, spacing, or even third-party (and core) plugins work out of the box!                    

확장 프로그램 기본 정보

이름 Devtools for Tailwind CSS Devtools for Tailwind CSS
ID mihalpimkkhhigoielhempcamoffhfij
공식 URL https://chromewebstore.google.com/detail/devtools-for-tailwind-css/mihalpimkkhhigoielhempcamoffhfij
설명 Devtools for Tailwind CSS
파일 크기 49.64 MB
설치 횟수 4,000
현재 버전 1.1.1
최근 업데이트 2023-08-02
출시 날짜 2022-01-18
평점 2.87/5 총 15 개의 평점
개발자 https://devtoolsfortailwind.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://devtoolsfortailwind.com
도움말 페이지 URL https://beyondco.de
개인정보 보호 정책 페이지 URL https://beyondco.de/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/devtoolsfortailwind.com",
    "description": "Devtools for Tailwind CSS",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "devtools_page": ".\/panel.html",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'unsafe-eval' https:\/\/cdn.skypack.dev 'self'  'sha256-NJiKRI\/il+u\/mGckB8g7UIbJf8ZRdAn2uEtCntnB\/wY=' 'sha256-RVKUWnr5wnb+fbxDRLVzpSEw858PlpwgLBqCH2BjLWE=' 'sha256-COOKcJGlnGybrT6EcBXfr3L4yYOiLk84sQ77apt+RxM=' 'sha256-7bCPP\/PcnX5Jp2kNdr1sCRfIztDxzrt2IzxxCoRTrTA=' 'sha256-SLBhcuh3zXgRE5rg89fqMiRSqsuke2Gd5SzhYbXvF2g=' 'sha256-\/6gew8oNosZTVpovZx0W55fYTb8tK2+fUOYFy0lQ8\/M='; object-src 'self'",
    "version": "1.1.1"
}