Supertweak

Visual editor for Tailwind CSS

Supertweak là gì?

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

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

screenshot

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

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

                        Supertweak is visual editor for Tailwind CSS to quickly tweak your website live, preview instantly and copy classes or html to use in your project.

You can try it free for 7 days. Continued use requires activation key. You can purchase your copy of the extension at https://supertweak.dev

🎨 Tailwind editor
Quickly modify property values for Tailwind classes, add or edit variants, manually add, edit or remove classes etc. right inside your browser. You can then copy the classes or html code from the elements with one click.
Supports adding arbitrary values and variants and custom Tailwind config as well.

📱 Responsive Switcher
You can quickly resize the window to responsive device widths. Since this resizes window, you will be able to use the editor in small screen widths too unlike the Devtools responsive mode.

📷 Quick Capture
Supertweak lets you quickly take screenshot of visible screen or a selected area, which you can later download or copy to clipboard. This makes it easier to share the changes you made with your team and get feedback.

🪟 Children Editor
You can easily re-arrange, remove or duplicate elements. Adding elements and text nodes are also supported.

⌨️ Edit Mode
In Edit mode, you can edit the text in the page quickly without other distractions.                    

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

Tên Supertweak Supertweak
ID ngpohagmellcpabooffmhlieiemlaibg
URL Chính Thức https://chromewebstore.google.com/detail/supertweak/ngpohagmellcpabooffmhlieiemlaibg
Mô tả Visual editor for Tailwind CSS
Kích Thước Tệp 75.3 KB
Số Lần Cài Đặt 390
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2023-01-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://supertweak.dev
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://supertweak.dev
URL Trang Trợ Giúp https://supertweak.dev/support
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supertweak",
    "version": "1.1.3",
    "description": "Visual editor for Tailwind CSS",
    "icons": {
        "48": "assets\/icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/cdn.tailwindcss.com\/"
    ],
    "action": {
        "default_title": "Edit with Supertweak"
    },
    "sandbox": {
        "pages": [
            "src\/command.html"
        ]
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'; script-src-elem * 'self' 'unsafe-inline' 'unsafe-eval' https:\/\/cdn.tailwindcss.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/src\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}