Windy

Convert any HTML on any website to TailwindCSS

Windy là gì?

Windy là một tiện ích mở rộng Chrome được phát triển bởi https://usewindy.com, và tính năng chính của nó là "Convert any HTML on any website to TailwindCSS".

Ả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 Windy

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

                        Speed up your workflow with Windy – the browser extension that transforms any HTML element into a Tailwind CSS component.

Converting existing sites and projects to Tailwind CSS is a time-consuming and tedious process. So don’t waste your time. Save hours or days of hassle with Windy.

This simple browser extension allows you to copy HTML elements from any site and instantly transform them into Tailwind CSS.

This is a paid browser extension and you will need to have a valid license key, which you can obtain at https://usewindy.com                    

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

Tên Windy Windy
ID fjidjgneljagnakdcijilikbmgoajeln
URL Chính Thức https://chromewebstore.google.com/detail/windy/fjidjgneljagnakdcijilikbmgoajeln
Mô tả Convert any HTML on any website to TailwindCSS
Kích Thước Tệp 2.31 MB
Số Lần Cài Đặt 5,720
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2023-09-15
Ngày Phát Hành 2022-03-09
Đánh Giá 3.05/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://usewindy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://usewindy.com
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:\/\/usewindy.com",
    "description": "Convert any HTML on any website to TailwindCSS",
    "default_locale": "en",
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "stubs\/tailwind_1.css",
        "stubs\/tailwind_2.css",
        "stubs\/tailwind_3.css"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "update_url": "https:\/\/usewindy.com\/extension\/updates.json"
        }
    },
    "version": "1.3.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}