CSS Extractor (Extracts style & media rules)

Select a DOM element and get styles applied to it and all its children.

What is CSS Extractor (Extracts style & media rules)?

CSS Extractor (Extracts style & media rules) is a Chrome extension developed by https://gadget-vignette.blogspot.com, and its main feature is "Select a DOM element and get styles applied to it and all its children.".

Extension Screenshots

screenshot
screenshot

Download CSS Extractor (Extracts style & media rules) Extension CRX File

Download CSS Extractor (Extracts style & media rules) 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

                                            

Extension Basic Information

Name CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
ID cigdmgjlopkhnmngkenhglnlhdhgibjj
Official URL https://chromewebstore.google.com/detail/css-extractor-extracts-st/cigdmgjlopkhnmngkenhglnlhdhgibjj
Description Select a DOM element and get styles applied to it and all its children.
File Size 18.14 KB
Installation Count 1,000
Current Version 1.2
Last Updated 2016-05-15
Publish Date 2016-05-15
Rating 1.33/5 Total 3 Ratings
Developer https://gadget-vignette.blogspot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Extractor (Extracts style & media rules)",
    "short_name": "CSS Extractor",
    "description": "Select a DOM element and get styles applied to it and all its children.",
    "version": "1.2",
    "author": "kukkuz team",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/css-beautify.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "file:\/\/*\/*"
    ]
}