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
官方網址 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
電子郵箱 [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"
    }
}