WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CSS Insight

CSS Insight

View on Chrome Web Store
View CSS Insight Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

CSS Insight — quick CSS inspection, analysis, adding and one-click copying on any webpage. The perfect tool for web developers.
Type
Extension
Users
4 users
1
MarkAlexI
View author page of MarkAlexI
Published
Published on January 6, 2025
Version 1.18.3
Manifest version
3
Updated
Updated on May 31, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View CSS Insight 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": "__MSG_chromename__",
    "short_name": "__MSG_shortname__",
    "description": "__MSG_description__",
    "version": "1.18.3",
    "author": "MarkAlexI",
    "homepage_url": "https:\/\/ext.pp.ua\/css-insight.html",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "192": "images\/icon-192.png",
        "512": "images\/icon-512.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_defaulttitle__"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/formatRule.js",
                "scripts\/getTagName.js",
                "scripts\/getSubSelectors.js"
            ]
        }
    ]
}
© 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