Devtools for Tailwind CSS

Devtools for Tailwind CSS

Vad är Devtools for Tailwind CSS?

Devtools for Tailwind CSS är en Chrome-tillägg utvecklad av https://devtoolsfortailwind.com, och dess huvudfunktion är "Devtools for Tailwind CSS".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Devtools for Tailwind CSS-förlängningens CRX-fil

Ladda ner Devtools for Tailwind CSS-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

                        The DevTools for Tailwind CSS extension allows you to easily work with Tailwind CSS classes on your websites by adding the full power of the JIT engine to your browser. No more missing classes while trying to debug any Tailwind classes on your website.

This is a paid extension and requires a valid license key, that you can obtain at https://devtoolsfortailwind.com/

💡 Intellisense class autocompletion

The Tailwind DevTools give you IntelliSense autocompletion right within your browser's developer tools. Easily add or swap Tailwind classes.

🚀 Full JIT feature support in your dev tools

All of Tailwinds JIT features are possible with this extension – even on production websites. Do you want to add a class like "border-[30px]"? No problem!

⚙️ Custom Tailwind configuration support

The DevTools for Tailwind extension allows you to bring your own custom Tailwind configuration, so that all your custom colors, spacing, or even third-party (and core) plugins work out of the box!                    

Grundläggande Information om Tillägg

Namn Devtools for Tailwind CSS Devtools for Tailwind CSS
ID mihalpimkkhhigoielhempcamoffhfij
Officiell webbadress https://chromewebstore.google.com/detail/devtools-for-tailwind-css/mihalpimkkhhigoielhempcamoffhfij
Beskrivning Devtools for Tailwind CSS
Filstorlek 49.64 MB
Antal Installationer 4,000
Aktuell Version 1.1.1
Senast Uppdaterad 2023-08-02
Publiceringsdatum 2022-01-18
Betyg 2.87/5 Totalt 15 Betyg
Utvecklare https://devtoolsfortailwind.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://devtoolsfortailwind.com
Hjälpsida URL https://beyondco.de
URL till Sekretesspolicy Sidan https://beyondco.de/privacy-policy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/devtoolsfortailwind.com",
    "description": "Devtools for Tailwind CSS",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "devtools_page": ".\/panel.html",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'unsafe-eval' https:\/\/cdn.skypack.dev 'self'  'sha256-NJiKRI\/il+u\/mGckB8g7UIbJf8ZRdAn2uEtCntnB\/wY=' 'sha256-RVKUWnr5wnb+fbxDRLVzpSEw858PlpwgLBqCH2BjLWE=' 'sha256-COOKcJGlnGybrT6EcBXfr3L4yYOiLk84sQ77apt+RxM=' 'sha256-7bCPP\/PcnX5Jp2kNdr1sCRfIztDxzrt2IzxxCoRTrTA=' 'sha256-SLBhcuh3zXgRE5rg89fqMiRSqsuke2Gd5SzhYbXvF2g=' 'sha256-\/6gew8oNosZTVpovZx0W55fYTb8tK2+fUOYFy0lQ8\/M='; object-src 'self'",
    "version": "1.1.1"
}