Inspect Flow

The complete developer tool for Tailwind CSS!

Apa itu Inspect Flow?

Inspect Flow adalah ekstensi Chrome yang dikembangkan oleh Inspect Flow, dan fitur utamanya adalah "The complete developer tool for Tailwind CSS!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Inspect Flow

Unduh file ekstensi Inspect Flow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
URL Resmi https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Deskripsi The complete developer tool for Tailwind CSS!
Ukuran File 900 KB
Jumlah Instalasi 564
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2023-06-04
Tanggal Publikasi 2021-07-14
Penilaian 4.40/5 Total 5 Penilaian
Pengembang Inspect Flow
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.inspectflow.io/
URL Halaman Bantuan https://www.inspectflow.io/
URL Halaman Kebijakan Privasi https://www.inspectflow.io/privacy-policy
Bahasa yang Didukung 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"
    }
}