CSS Issues Panel

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

CSS Issues Panel là gì?

CSS Issues Panel là một tiện ích mở rộng Chrome được phát triển bởi Ian Jones (WITS), và tính năng chính của nó là "Adds a panel to Dev Tools that shows errors and warnings for CSS".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSS Issues Panel

Tải xuống các tệp mở rộng CSS Issues Panel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
URL Chính Thức https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
Mô tả Adds a panel to Dev Tools that shows errors and warnings for CSS
Kích Thước Tệp 55.68 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2019-09-11
Ngày Phát Hành 2019-09-10
Nhà Phát Triển Ian Jones (WITS)
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}