WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tailwind Viewport Sizer

Tailwind Viewport Sizer

View on Chrome Web Store
View Tailwind Viewport Sizer Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (7 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

This extension shows the current viewport size including the TailwindCSS size. You can also set the viewport size using the popup.
Type
Extension
Users
437 users
4
Website lostdomain.org
Martijn Smit
View author page of Martijn Smit
Published
Published on April 16, 2024
Version 1.1.1
Manifest version
3
Updated
Updated on April 15, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Tailwind Viewport Sizer 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",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension shows the current viewport size including the TailwindCSS size. You can also set the viewport size using the popup.",
    "icons": {
        "128": "img\/icon-128.png"
    },
    "manifest_version": 3,
    "name": "Tailwind Viewport Sizer",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.1.1"
}
© 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