CSS Extractor (Extracts style & media rules)

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

什么是CSS Extractor (Extracts style & media rules)?

CSS Extractor (Extracts style & media rules)是由https://gadget-vignette.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Select a DOM element and get styles applied to it and all its children.”。

扩展截图

screenshot
screenshot

下载CSS Extractor (Extracts style & media rules)扩展crx文件

下载CSS Extractor (Extracts style & media rules)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 CSS Extractor (Extracts style & media rules) CSS Extractor (Extracts style & media rules)
ID cigdmgjlopkhnmngkenhglnlhdhgibjj
官方URL https://chromewebstore.google.com/detail/css-extractor-extracts-st/cigdmgjlopkhnmngkenhglnlhdhgibjj
简介 Select a DOM element and get styles applied to it and all its children.
文件大小 18.14 KB
安装次数 1,000
当前版本 1.2
更新时间 2016-05-15
上架时间 2016-05-15
评分 1.33/5 共3次评分
开发者 https://gadget-vignette.blogspot.com
付费类型 free
支持的语言 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:\/\/*\/*"
    ]
}