CSS Issues Panel

Adds a panel to Dev Tools that shows errors and warnings for CSS

CSS Issues Panelとは何ですか?

CSS Issues PanelはIan Jones (WITS)によって開発されたChromeの拡張機能で、その主な機能は「Adds a panel to Dev Tools that shows errors and warnings for CSS」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Instantly detect and resolve styling problems with the CSS Issues Panel!

Simply inspect an element and get a list of all errors and warnings for the styles applied to that element. This extension can detect misspelled values, invalid variables, inactive properties, unused fonts, and much more. In addition to detecting problems, the extension explains how to resolve them, and (when possible) provides snippets that can be tried out immediately to fix the problem.                    

拡張機能の基本情報

名前 CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
公式URL https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
説明 Adds a panel to Dev Tools that shows errors and warnings for CSS
ファイルサイズ 55.68 KB
インストール数 111
現在のバージョン 0.5
最終更新日 2019-09-11
公開日 2019-09-10
開発者 Ian Jones (WITS)
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Issues Panel",
    "version": "0.5",
    "description": "Adds a panel to Dev Tools that shows errors and warnings for CSS",
    "devtools_page": "devtools.html",
    "permissions": [
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}