Windy

Convert any HTML on any website to TailwindCSS

什麼是Windy?

Windy是由https://usewindy.com開發的Chrome擴展程式,該擴展的主要功能是“Convert any HTML on any website to TailwindCSS”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Windy擴展crx文件

下載Windy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Windy Windy
ID fjidjgneljagnakdcijilikbmgoajeln
官方網址 https://chromewebstore.google.com/detail/windy/fjidjgneljagnakdcijilikbmgoajeln
簡介 Convert any HTML on any website to TailwindCSS
檔案大小 2.31 MB
安裝次數 5,720
目前版本 1.3.5
更新時間 2023-09-15
上架時間 2022-03-09
評分 3.05/5 共 19 次評分
開發者 https://usewindy.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://usewindy.com
隱私政策頁面URL https://beyondco.de/privacy-policy
支援的語言 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'"
}