CSS Issues Panel

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

Cos'è CSS Issues Panel?

CSS Issues Panel è un'estensione di Chrome sviluppata da Ian Jones (WITS), e la sua funzione principale è "Adds a panel to Dev Tools that shows errors and warnings for CSS".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CSS Issues Panel

Scarica i file di estensione CSS Issues Panel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
URL Ufficiale https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Descrizione Adds a panel to Dev Tools that shows errors and warnings for CSS
Dimensione del File 55.68 KB
Conteggio Installazioni 111
Versione Corrente 0.5
Ultimo Aggiornamento 2019-09-11
Data di Pubblicazione 2019-09-10
Sviluppatore Ian Jones (WITS)
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}