Inspect Flow

The complete developer tool for Tailwind CSS!

Vad är Inspect Flow?

Inspect Flow är en Chrome-tillägg utvecklad av Inspect Flow, och dess huvudfunktion är "The complete developer tool for Tailwind CSS!".

Tilläggsskärmbilder

screenshot

Ladda ner Inspect Flow-förlängningens CRX-fil

Ladda ner Inspect Flow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
Officiell webbadress https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Beskrivning The complete developer tool for Tailwind CSS!
Filstorlek 900 KB
Antal Installationer 564
Aktuell Version 1.3.1
Senast Uppdaterad 2023-06-04
Publiceringsdatum 2021-07-14
Betyg 4.40/5 Totalt 5 Betyg
Utvecklare Inspect Flow
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.inspectflow.io/
Hjälpsida URL https://www.inspectflow.io/
URL till Sekretesspolicy Sidan https://www.inspectflow.io/privacy-policy
Stödda Språk 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"
    }
}