Gimli Tailwind

A DevTools extension enabling smart tools for Tailwind CSS.

Hvad er Gimli Tailwind?

Gimli Tailwind er en Chrome-udvidelse udviklet af https://gimli.app, og dens hovedfunktion er "A DevTools extension enabling smart tools for Tailwind CSS.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Gimli Tailwind-udvidelses-CRX-fil

Download Gimli Tailwind-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gimli Tailwind Gimli Tailwind
ID fojckembkmaoehhmkiomebhkcengcljl
Officiel URL https://chromewebstore.google.com/detail/gimli-tailwind/fojckembkmaoehhmkiomebhkcengcljl
Beskrivelse A DevTools extension enabling smart tools for Tailwind CSS.
Filstørrelse 94.46 KB
Antal Installationer 6,431
Nuværende Version 4.0
Senest Opdateret 2024-01-18
Udgivelsesdato 2022-06-16
Bedømmelse 4.55/5 Samlet 22 Bedømmelser
Udvikler https://gimli.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gimli.app/tailwinddx.html
Understøttede Sprog 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"
}