Inspect Flow

The complete developer tool for Tailwind CSS!

Was ist Inspect Flow?

Inspect Flow ist eine Chrome-Erweiterung, die von Inspect Flow entwickelt wurde, und ihr Hauptmerkmal ist "The complete developer tool for Tailwind CSS!".

Erweiterungsscreenshots

screenshot

Inspect Flow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Inspect Flow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
Offizielle URL https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Beschreibung The complete developer tool for Tailwind CSS!
Dateigröße 900 KB
Installationsanzahl 564
Aktuelle Version 1.3.1
Letztes Update 2023-06-04
Veröffentlichungsdatum 2021-07-14
Bewertung 4.40/5 Insgesamt 5 Bewertungen
Entwickler Inspect Flow
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.inspectflow.io/
Hilfeseite URL https://www.inspectflow.io/
URL der Datenschutzrichtlinien-Seite https://www.inspectflow.io/privacy-policy
Unterstützte Sprachen 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"
    }
}