Inspect Flow

The complete developer tool for Tailwind CSS!

Qu'est-ce que Inspect Flow ?

Inspect Flow est une extension Chrome développée par Inspect Flow, et sa fonction principale est "The complete developer tool for Tailwind CSS!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inspect Flow

Téléchargez les fichiers d'extension Inspect Flow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Inspect Flow Inspect Flow
ID phlglhdlhfjmmokeoclhefknljfoflla
URL Officiel https://chromewebstore.google.com/detail/inspect-flow/phlglhdlhfjmmokeoclhefknljfoflla
Description The complete developer tool for Tailwind CSS!
Taille du Fichier 900 KB
Nombre d'Installations 564
Version Actuelle 1.3.1
Dernière Mise à Jour 2023-06-04
Date de Publication 2021-07-14
Évaluation 4.40/5 Total 5 Évaluations
Développeur Inspect Flow
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.inspectflow.io/
URL de la Page d'Aide https://www.inspectflow.io/
URL de la Page de Politique de Confidentialité https://www.inspectflow.io/privacy-policy
Langues Prises en Charge 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"
    }
}