TailwindCSS Media Query Visualizer

Seamlessly visualize Tailwind CSS media queries, enhancing your UI experience.

TailwindCSS Media Query Visualizerคืออะไร?

TailwindCSS Media Query Visualizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kiriltsanov12 และคุณลักษณะหลักของมันคือ "Seamlessly visualize Tailwind CSS media queries, enhancing your UI experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TailwindCSS Media Query Visualizer

ดาวน์โหลดไฟล์ส่วนขยาย TailwindCSS Media Query Visualizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TailwindCSS Media Query Visualizer is a lightweight and user-friendly browser extension specifically created for web developers, designers, and testers working with Tailwind CSS. It allows you to view, manage, and switch between custom Tailwind CSS media queries effortlessly as you build and test responsive web layouts, making it easier to ensure that your design looks great on any device and screen size.

Key Features:

1. Manage & Instantly View Tailwind CSS Media Queries: Quickly inspect and manage your custom Tailwind CSS media queries in a neatly organized list, and instantly view the active media query in the corner of the extension icon.

2. Real-time Layout Preview: As you edit your Tailwind CSS media queries, the extension instantly applies the changes, updating your web layout in real-time, so you can see how your design looks on various devices without refreshing the page.

3. Enable/Disable with a Single Click: Effortlessly enable or disable the extension to test your responsive design using native browser tools or focus on the default screen size.

4. Edit Media Queries in JSON format: The extension provides an in-built JSON editor for advanced users who prefer to work with their media queries in plain JSON format for faster and more precise editing.

5. Automatic Saving: Your custom Tailwind CSS media queries are securely saved using the Chrome storage, ensuring you have access to your settings whenever you need them.

TailwindCSS Media Query Visualizer is an invaluable tool for anyone working on responsive web design projects using Tailwind CSS. With this essential browser extension for web developers and designers, you can streamline your workflow and easily create and test your responsive designs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TailwindCSS Media Query Visualizer TailwindCSS Media Query Visualizer
ID knngcflccjebacgmbcbbihcgfcndggjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tailwindcss-media-query-v/knngcflccjebacgmbcbbihcgfcndggjp
คำอธิบาย Seamlessly visualize Tailwind CSS media queries, enhancing your UI experience.
ขนาดไฟล์ 631 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2023-06-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา kiriltsanov12
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TailwindCSS Media Query Visualizer",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Seamlessly visualize Tailwind CSS media queries, enhancing your UI experience.",
    "homepage_url": "https:\/\/github.com\/OwenMelbz\/chrome-media-query-inspector",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "MQ Inspector",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}