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
官方網址 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:\/\/*\/*"
    ]
}