Inspect Flow

The complete developer tool for Tailwind CSS!

What is Inspect Flow?

Inspect Flow is a Chrome extension developed by Inspect Flow, and its main feature is "The complete developer tool for Tailwind CSS!".

Extension Screenshots

screenshot

Download Inspect Flow Extension CRX File

Download Inspect Flow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
Official URL https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Description The complete developer tool for Tailwind CSS!
File Size 900 KB
Installation Count 564
Current Version 1.3.1
Last Updated 2023-06-04
Publish Date 2021-07-14
Rating 4.40/5 Total 5 Ratings
Developer Inspect Flow
Email [email protected]
Payment Type free
Extension Website https://www.inspectflow.io/
Help Page URL https://www.inspectflow.io/
Privacy Policy Page URL https://www.inspectflow.io/privacy-policy
Supported Languages 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"
    }
}