WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tailwind responsive breakpoint display

Tailwind responsive breakpoint display

View on Chrome Web Store
View Tailwind responsive breakpoint display Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new ratings
0 views
This extension has been viewed 0 times

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

Display screen dimensions and tailwind breakpoint prefix.
Type
Extension
Users
776 users
9
Website chromekit.dev
Dinesh.S
View author page of Dinesh.S
Published
Published on April 13, 2024
Version 0.4.2
Manifest version
3
Updated
Updated on December 10, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tailwind responsive breakpoint display 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",
    "name": "Tailwind responsive breakpoint display",
    "description": "Display screen dimensions and tailwind breakpoint prefix.",
    "version": "0.4.2",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content-script-sidebar.css",
                "popup\/popup.js",
                "popup\/popup.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Display screen dimensions and tailwind breakpoint prefix.",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "content-script-sidebar.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}
© 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