Devtools for Tailwind CSS

Devtools for Tailwind CSS

Devtools for Tailwind CSS là gì?

Devtools for Tailwind CSS là một tiện ích mở rộng Chrome được phát triển bởi https://devtoolsfortailwind.com, và tính năng chính của nó là "Devtools for Tailwind CSS".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Devtools for Tailwind CSS 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

                        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!                    

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

Tên Devtools for Tailwind CSS Devtools for Tailwind CSS
ID mihalpimkkhhigoielhempcamoffhfij
URL Chính Thức https://chromewebstore.google.com/detail/devtools-for-tailwind-css/mihalpimkkhhigoielhempcamoffhfij
Mô tả Devtools for Tailwind CSS
Kích Thước Tệp 49.64 MB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-08-02
Ngày Phát Hành 2022-01-18
Đánh Giá 2.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://devtoolsfortailwind.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://devtoolsfortailwind.com
URL Trang Trợ Giúp https://beyondco.de
URL Trang Chính Sách Bảo Mật https://beyondco.de/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}