Inspect Flow

The complete developer tool for Tailwind CSS!

Wat is Inspect Flow?

Inspect Flow is een Chrome-extensie ontwikkeld door Inspect Flow, en de belangrijkste functie is "The complete developer tool for Tailwind CSS!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Inspect Flow

Download Inspect Flow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
Officiële URL https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Beschrijving The complete developer tool for Tailwind CSS!
Bestandsgrootte 900 KB
Aantal Installaties 564
Huidige Versie 1.3.1
Laatst Bijgewerkt 2023-06-04
Publicatiedatum 2021-07-14
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Inspect Flow
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.inspectflow.io/
Help Pagina-URL https://www.inspectflow.io/
URL van de Privacybeleid Pagina https://www.inspectflow.io/privacy-policy
Ondersteunde Talen 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"
    }
}