WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Toolwind - Devtool for Tailwind css

Toolwind - Devtool for Tailwind css

View on Chrome Web Store
View Toolwind - Devtool for Tailwind css Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (5 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enhance Tailwind CSS workflow: Easily add, modify, remove, and copy classes with built-in Tailwind IntelliSense
Type
Extension
Users
231 users
1
work.reyan
View author page of work.reyan
Published
Published on September 2, 2023
Version 1.0.0.0
Manifest version
3
Updated
Updated on September 26, 2023
productivity/developer
Extension Category
View on Chrome Web Store
View Toolwind - Devtool for Tailwind css Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top