Tailwind CSS Devtools

Tailwind CSS Developer Tools

Tailwind CSS Devtools là gì?

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

Ả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 Tailwind CSS Devtools

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

                        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.                    

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

Tên Tailwind CSS Devtools Tailwind CSS Devtools
ID pgamkpjkbfldnmemhcbekimfdnjcgkco
URL Chính Thức https://chromewebstore.google.com/detail/tailwind-css-devtools/pgamkpjkbfldnmemhcbekimfdnjcgkco
Mô tả Tailwind CSS Developer Tools
Kích Thước Tệp 857 KB
Số Lần Cài Đặt 2,057
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2022-06-14
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Tailscan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vechai/tails-devtools
URL Trang Trợ Giúp https://github.com/vechai/tails-devtools/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}