CSS Issues Panel

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

CSS Issues Panelคืออะไร?

CSS Issues Panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ian Jones (WITS) และคุณลักษณะหลักของมันคือ "Adds a panel to Dev Tools that shows errors and warnings for CSS"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSS Issues Panel

ดาวน์โหลดไฟล์ส่วนขยาย CSS Issues Panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CSS Issues Panel CSS Issues Panel
ID dapjeadmfdednalggfeangilfeoakojk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-issues-panel/dapjeadmfdednalggfeangilfeoakojk
คำอธิบาย Adds a panel to Dev Tools that shows errors and warnings for CSS
ขนาดไฟล์ 55.68 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2019-09-11
วันที่เผยแพร่ 2019-09-10
ผู้พัฒนา Ian Jones (WITS)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}