Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Qu'est-ce que Gimli Tailwind ?

Gimli Tailwind est une extension Chrome développée par https://gimli.app, et sa fonction principale est "A DevTools extension enabling smart tools for Tailwind CSS.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gimli Tailwind

Téléchargez les fichiers d'extension Gimli Tailwind 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

                        Gimli Tailwind is the most popular DevTools extension for Tailwind CSS developers. 
It lets you view and intuitively edit utility classes.

Feature Highlights 🔥

✔️ Works on any website. 

✔️ Autocomplete: 
Intelligent suggestions for class names. It also supports searching for CSS property names.

✔️ Instant feedback: Preview changes on hover.

✔️ Quickly toggle utility values with Cmd/Ctrl + Click.

✔️ Intuitive UI
We don't want to overwhelm developers with options and inputs. Here’s a list of features that enable developers to find relevant utilities quickly:

➤ Variant override: Displays what variant is active.
➤ Inputs are grouped the same way as in the official docs.
➤ Some sections like Grid and Flex will only be visible when relevant.
➤ Active inputs are always shown.
➤ Customizable UI.

Personal data 🔒
Gimli Tailwind will never collect any personal data, browsing history, etc.                    

Informations de Base sur l'Extension

Nom Gimli Tailwind Gimli Tailwind
ID fojckembkmaoehhmkiomebhkcengcljl
URL Officiel https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl
Description A DevTools extension enabling smart tools for Tailwind CSS.
Taille du Fichier 94.46 KB
Nombre d'Installations 6,431
Version Actuelle 4.0
Dernière Mise à Jour 2024-01-18
Date de Publication 2022-06-16
Évaluation 4.55/5 Total 22 Évaluations
Développeur https://gimli.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gimli.app/tailwinddx.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A DevTools extension enabling smart tools for Tailwind CSS.",
    "manifest_version": 3,
    "name": "Gimli Tailwind",
    "version": "4.0",
    "author": "Joakim Hjertvik",
    "homepage_url": "https:\/\/gimli.app\/tailwinddx",
    "icons": {
        "16": "icons\/logo48.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "devtools_page": "devtools\/devtools-page.html"
}