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
公式URL 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
Eメール [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'"
}