Toolwind - Devtool for Tailwind css

Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense

Τι είναι το Toolwind - Devtool for Tailwind css;

Το Toolwind - Devtool for Tailwind css είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον work.reyan, και η κύρια λειτουργία του είναι "Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Toolwind - Devtool for Tailwind css

Λήψη αρχείων επέκτασης Toolwind - Devtool for Tailwind css σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Introducing Toolwind: Tailwind CSS DevTool Chrome Extension 🎨

Elevate your Tailwind CSS development experience to new heights with Toolwind, the ultimate Chrome extension designed for seamless class management. 🚀 Toolwind empowers developers and designers to streamline their workflow, effortlessly adding, editing, deleting, copying Tailwind classes, and even incorporating their own custom Tailwind configurations right from their browser. Say goodbye to the hassle of switching between your code editor and documentation – Toolwind brings the power of Tailwind CSS directly to your fingertips. ✨

Key Features:

Effortless Class Management 📚: 
Toolwind simplifies the process of working with Tailwind CSS classes. Browse a comprehensive library of classes, and add them to your code with just a click. Forget about the manual search and typing – Toolwind accelerates your development by reducing repetitive tasks. ⏩

Real-time Class Editing ✏️: 
Tailoring your designs has never been easier. Modify existing classes directly within the extension. Adjust attributes, values, and variations to achieve the perfect styling without the need to navigate back and forth between your code and documentation. 🎯

Quick Class Deletion 🗑️: 
Cleaning up your code is a breeze with Toolwind. Delete unwanted or unused classes from your HTML or CSS effortlessly, maintaining a clean and organized project structure. 🧹

Copy to Clipboard 📋: 
Copying classes should be as simple as it sounds. Toolwind allows you to swiftly copy classes to your clipboard, ready to be pasted into your codebase. Say goodbye to manual copying and pasting – Toolwind improves accuracy and efficiency. ✂️

Customization with Custom Tailwind Configuration ⚙️: 
Tailwind CSS offers an array of customization possibilities, and Toolwind ensures you make the most of them. Adjust breakpoints, spacing, colors, and more, all while previewing the changes in real time. Integrate your own personalized Tailwind CSS configuration to perfectly align with your project's design requirements. 🛠️

Intuitive UI 🖼️: 
Toolwind's user interface is designed with simplicity and functionality in mind. Navigating and utilizing the extension is a seamless experience, whether you're a seasoned developer or new to Tailwind CSS. 🤖

Search and Filtering 🔍: 
With a vast collection of Tailwind classes, finding the right one can be daunting. Toolwind’s search and filtering capabilities let you quickly locate specific classes, components, or utilities. 🔎


Say hello to an extension that revolutionizes the way you work with Tailwind CSS. Toolwind saves you time, enhances your efficiency, and enables you to create stunning designs with ease. Embrace the future of Tailwind development – install Toolwind and take control of your CSS workflow directly from your Chrome browser. 🌟                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Toolwind - Devtool for Tailwind css Toolwind - Devtool for Tailwind css
ID jggapkmopfnbcolaeiigmammeiodbglc
Επίσημο URL https://chromewebstore.google.com/detail/toolwind-devtool-for-tail/jggapkmopfnbcolaeiigmammeiodbglc
Περιγραφή Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense
Μέγεθος Αρχείου 449 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2023-09-02
Αξιολόγηση 4.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής work.reyan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Toolwind - Devtool for Tailwind css",
    "version": "1.0.0.0",
    "description": "Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/index.html",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "24": "icons\/logo-24.png",
            "32": "icons\/disabled-logo-32.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/disabled-logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-573a5760.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/storage-8a742102.js",
                "assets\/constant-f7c83a45.js",
                "assets\/index.ts-2b57a73c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}