CSS Issues Panel

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

O que é CSS Issues Panel?

CSS Issues Panel é uma extensão do Chrome desenvolvida por Ian Jones (WITS), e sua principal característica é "Adds a panel to Dev Tools that shows errors and warnings for CSS".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CSS Issues Panel

Baixe arquivos de extensão CSS Issues Panel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
URL Oficial https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Descrição Adds a panel to Dev Tools that shows errors and warnings for CSS
Tamanho do Arquivo 55.68 KB
Contagem de Instalações 111
Versão Atual 0.5
Última Atualização 2019-09-11
Data de Publicação 2019-09-10
Desenvolvedor Ian Jones (WITS)
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}