CSS Analysis

CSS Analysis tool

What is CSS Analysis?

CSS Analysis is a Chrome extension developed by Mark Holtzhausen, and its main feature is "CSS Analysis tool".

Extension Screenshots

screenshot
screenshot

Download CSS Analysis Extension CRX File

Download CSS Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Want to see which selectors are being used on your site, how they're being defined, whether there is duplication -- this extension could help.                    

Extension Basic Information

Name CSS Analysis CSS Analysis
ID iemmlpfnlddfaodfiepihngmpglhoikb
Official URL https://chromewebstore.google.com/detail/css-analysis/iemmlpfnlddfaodfiepihngmpglhoikb
Description CSS Analysis tool
File Size 271 KB
Installation Count 157
Current Version 1.1.0
Last Updated 2018-12-05
Publish Date 2018-12-05
Developer Mark Holtzhausen
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Analysis",
    "description": "CSS Analysis tool",
    "author": "Mark Holtzhausen ",
    "version": "1.1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "title",
        "default_popup": "pages\/popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}