Inspect Flow

The complete developer tool for Tailwind CSS!

Inspect Flowとは何ですか?

Inspect FlowはInspect Flowによって開発されたChromeの拡張機能で、その主な機能は「The complete developer tool for Tailwind CSS!」です。

拡張機能のスクリーンショット

screenshot

Inspect Flow拡張機能のCRXファイルをダウンロード

Inspect Flow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        www.inspectflow.io

Increase your productivity and build Tailwind CSS websites faster with Inspect Flow!

- Inspecting Tailwind CSS websites has never been easier! Quickly hover over elements to see the styles applied.

- Quickly view components in CodePen and copy the HTML in a single click.

- Edit elements in real-time and get instant feedback before finalizing changes in your code base.

- Can't remember the name of a utility class? Every class name is at your fingertips when adding new utility classes with our auto-complete integration.                    

拡張機能の基本情報

名前 Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
公式URL https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
説明 The complete developer tool for Tailwind CSS!
ファイルサイズ 900 KB
インストール数 564
現在のバージョン 1.3.1
最終更新日 2023-06-04
公開日 2021-07-14
評価 4.40/5 合計 5 レビュー
開発者 Inspect Flow
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.inspectflow.io/
ヘルプページのURL https://www.inspectflow.io/
プライバシーポリシーページのURL https://www.inspectflow.io/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inspect Flow",
    "version": "1.3.1",
    "description": "The complete developer tool for Tailwind CSS!",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "classes.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icons\/inspect-flow-logo.png",
        "default_title": "Inspect Flow",
        "default_popup": "view.html"
    },
    "icons": {
        "48": "icons\/inspect-flow-logo.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}