Inspect Flow

The complete developer tool for Tailwind CSS!

Co to jest Inspect Flow?

Inspect Flow to rozszerzenie Chrome opracowane przez Inspect Flow, a jego główną funkcją jest „The complete developer tool for Tailwind CSS!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Inspect Flow

Pobierz pliki rozszerzeń Inspect Flow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
Oficjalny URL https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Opis The complete developer tool for Tailwind CSS!
Rozmiar pliku 900 KB
Liczba instalacji 564
Aktualna Wersja 1.3.1
Ostatnia Aktualizacja 2023-06-04
Data Publikacji 2021-07-14
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper Inspect Flow
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.inspectflow.io/
Adres URL Strony Pomocy https://www.inspectflow.io/
Adres URL Strony Polityki Prywatności https://www.inspectflow.io/privacy-policy
Obsługiwane Języki 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"
    }
}