CSS Issues Panel

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

Co to jest CSS Issues Panel?

CSS Issues Panel to rozszerzenie Chrome opracowane przez Ian Jones (WITS), a jego główną funkcją jest „Adds a panel to Dev Tools that shows errors and warnings for CSS”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CSS Issues Panel

Pobierz pliki rozszerzeń CSS Issues Panel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
Oficjalny URL https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Opis Adds a panel to Dev Tools that shows errors and warnings for CSS
Rozmiar pliku 55.68 KB
Liczba instalacji 111
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2019-09-11
Data Publikacji 2019-09-10
Deweloper Ian Jones (WITS)
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}