Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Wat is Gimli Tailwind?

Gimli Tailwind is een Chrome-extensie ontwikkeld door https://gimli.app, en de belangrijkste functie is "A DevTools extension enabling smart tools for Tailwind CSS.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Gimli Tailwind

Download Gimli Tailwind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gimli Tailwind Gimli Tailwind
ID fojckembkmaoehhmkiomebhkcengcljl
Officiële URL https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl
Beschrijving A DevTools extension enabling smart tools for Tailwind CSS.
Bestandsgrootte 94.46 KB
Aantal Installaties 6,431
Huidige Versie 4.0
Laatst Bijgewerkt 2024-01-18
Publicatiedatum 2022-06-16
Beoordeling 4.55/5 Totaal 22 Beoordelingen
Ontwikkelaar https://gimli.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gimli.app/tailwinddx.html
Ondersteunde Talen 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"
}