CSS Issues Panel

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

Qu'est-ce que CSS Issues Panel ?

CSS Issues Panel est une extension Chrome développée par Ian Jones (WITS), et sa fonction principale est "Adds a panel to Dev Tools that shows errors and warnings for CSS".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CSS Issues Panel

Téléchargez les fichiers d'extension CSS Issues Panel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
URL Officiel https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Description Adds a panel to Dev Tools that shows errors and warnings for CSS
Taille du Fichier 55.68 KB
Nombre d'Installations 111
Version Actuelle 0.5
Dernière Mise à Jour 2019-09-11
Date de Publication 2019-09-10
Développeur Ian Jones (WITS)
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}