Inspect Flow

The complete developer tool for Tailwind CSS!

Cos'è Inspect Flow?

Inspect Flow è un'estensione di Chrome sviluppata da Inspect Flow, e la sua funzione principale è "The complete developer tool for Tailwind CSS!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inspect Flow

Scarica i file di estensione Inspect Flow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
URL Ufficiale https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Descrizione The complete developer tool for Tailwind CSS!
Dimensione del File 900 KB
Conteggio Installazioni 564
Versione Corrente 1.3.1
Ultimo Aggiornamento 2023-06-04
Data di Pubblicazione 2021-07-14
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Inspect Flow
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.inspectflow.io/
URL della Pagina di Aiuto https://www.inspectflow.io/
URL della Pagina della Politica sulla Privacy https://www.inspectflow.io/privacy-policy
Lingue Supportate 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"
    }
}