CSS Issues Panel

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

Wat is CSS Issues Panel?

CSS Issues Panel is een Chrome-extensie ontwikkeld door Ian Jones (WITS), en de belangrijkste functie is "Adds a panel to Dev Tools that shows errors and warnings for CSS".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CSS Issues Panel

Download CSS Issues Panel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
Officiële URL https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Beschrijving Adds a panel to Dev Tools that shows errors and warnings for CSS
Bestandsgrootte 55.68 KB
Aantal Installaties 111
Huidige Versie 0.5
Laatst Bijgewerkt 2019-09-11
Publicatiedatum 2019-09-10
Ontwikkelaar Ian Jones (WITS)
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}