CSS Issues Panel

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

Co je CSS Issues Panel?

CSS Issues Panel je rozšíření Chrome vyvinuté Ian Jones (WITS), a jeho hlavní funkcí je „Adds a panel to Dev Tools that shows errors and warnings for CSS“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CSS Issues Panel

Stáhněte si soubory rozšíření CSS Issues Panel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
Oficiální URL https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Popis Adds a panel to Dev Tools that shows errors and warnings for CSS
Velikost souboru 55.68 KB
Počet instalací 111
Aktuální Verze 0.5
Poslední Aktualizace 2019-09-11
Datum Vydání 2019-09-10
Vývojář Ian Jones (WITS)
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}