css scanner

The fastest, cleanest free css property viewer.

css scannerとは何ですか?

css scannerはtldralgosによって開発されたChromeの拡張機能で、その主な機能は「The fastest, cleanest free css property viewer.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The cleanest. easiest way to view, copy, and export css.

css scanner 4.0: is the fastest free way to inspect css. Ditch Inspect element forever for this cleaner UI. Visualize the css of any element and copy its entire css rules with a single click.

Shortcuts: 
- Ctrl+Shift+S: Activate Extension
- Alt+Shift+S: Pause/Continue
- Ctrl+Shift+X: Toggle Grid
- Spacebar: Pin the current block
- ESC Key: Close the Extension

This extension is free so support our small team of developers working on it:
https://www.buymeacoffee.com/tldralgos

If you have any feature requests or improvements you'd like to see, please let us know!                    

拡張機能の基本情報

名前 css scanner css scanner
ID ammlkccachoinkdojonhojkdojgniaki
公式URL https://chromewebstore.google.com/detail/css-scanner/ammlkccachoinkdojonhojkdojgniaki
説明 The fastest, cleanest free css property viewer.
ファイルサイズ 339 KB
インストール数 1,000
現在のバージョン 4.0
最終更新日 2023-03-18
公開日 2023-03-18
評価 4.75/5 合計 4 レビュー
開発者 tldralgos
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "css scanner",
    "manifest_version": 3,
    "version": "4.0",
    "description": "The fastest, cleanest free css property viewer.",
    "icons": {
        "16": "img\/logo16.png",
        "24": "img\/logo24.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/cssviewer.css"
            ],
            "js": [
                "js\/cssviewer.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo16.png",
        "default_title": "Click to Run css scanner"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/trash.svg",
                "img\/copy.svg",
                "img\/code.svg",
                "img\/size.svg",
                "img\/font.svg",
                "img\/close.svg",
                "img\/options.svg",
                "img\/pause.svg",
                "img\/play.svg",
                "img\/arrow_down.svg",
                "img\/lightning.svg",
                "img\/logo128.png",
                "img\/bmc-button.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}