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:\/\/*\/*"
    ]
}