Scan CSS

A script to inspect, scan and copy CSS properties of any element on the web page

Scan CSSとは何ですか?

Scan CSSはakshaymalik191によって開発されたChromeの拡張機能で、その主な機能は「A script to inspect, scan and copy CSS properties of any element on the web page」です。

拡張機能のスクリーンショット

screenshot

Scan CSS拡張機能のCRXファイルをダウンロード

Scan CSS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A free tool to inspect and edit CSS right in the browser without a need to open developer tools.

Press 'alt + s' to start the inspection.

Click on "Copy" to copy the CSS properties of the element.

Click on "Copy All" to copy the CSS properties of the element as well of its children.                    

拡張機能の基本情報

名前 Scan CSS Scan CSS
ID mkdaolldfcljbalhclcakgjjiklajdof
公式URL https://chromewebstore.google.com/detail/scan-css/mkdaolldfcljbalhclcakgjjiklajdof
説明 A script to inspect, scan and copy CSS properties of any element on the web page
ファイルサイズ 115 KB
インストール数 293
現在のバージョン 1.0.2
最終更新日 2022-11-29
公開日 2022-11-26
評価 2.50/5 合計 4 レビュー
開発者 akshaymalik191
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scan CSS",
    "description": "A script to inspect, scan and copy CSS properties of any element on the web page",
    "version": "1.0.2",
    "icons": {
        "512": "icons\/Icon-512.png",
        "256": "icons\/Icon-256.png",
        "196": "icons\/Icon-196.png",
        "128": "icons\/Icon-128.png",
        "64": "icons\/Icon-64.png",
        "32": "icons\/Icon-32.png",
        "16": "icons\/Icon-16.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}