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
电子邮箱 [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"
    }
}