What CSS Colors

Shows the colors of a site by parsing its CSS resources (dedicated sidebar pane in DevTools).

What CSS Colorsคืออะไร?

What CSS Colors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rodolfo Graça และคุณลักษณะหลักของมันคือ "Shows the colors of a site by parsing its CSS resources (dedicated sidebar pane in DevTools)."

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

screenshot

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

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

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

                        As someone with the responsibility to keep tidy the UX of your site(s), have you ever wondered what exact colors are declared its CSS resources? After an initial set of colors being defined in the beginning, changes in specifications, team members rotation and customer feedback make way for new colors to appear in CSS files.

Thus, over time it becomes more difficult to know exactly which colors are declared in CSS code or why there are so many similar colors. Keeping your style guide updated is harder and it begins to loose value, because it doesn't reflect the effective use of colors.  

What CSS Colors helps prevent that. By parsing the CSS code of your site, it builds an index of colors based on RGB values found. By clicking on a colour thumbnail, it's possible to browse the CSS code to see where it's used.

This extension appears in DevTools, as new sidebar pane called "CSS Color" under the "Elements" tab.

Note 1: color indexation is performed on different values of Red, Green and Blue components; the Alpha component doesn't count as a distinct color.

Note 2: only colors in CSS files referred by the page are indexed.                    

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

ชื่อ What CSS Colors What CSS Colors
ID hncjfoemlkdanjhjhjpigplmkakgggae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/what-css-colors/hncjfoemlkdanjhjhjpigplmkakgggae
คำอธิบาย Shows the colors of a site by parsing its CSS resources (dedicated sidebar pane in DevTools).
ขนาดไฟล์ 39.3 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2020-02-01
ผู้พัฒนา Rodolfo Graça
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "What CSS Colors",
    "short_name": "What CSS Colors",
    "description": "Shows the colors of a site by parsing its CSS resources (dedicated sidebar pane in DevTools).",
    "icons": {
        "16": "icons\/whatCSSColors16.png",
        "48": "icons\/whatCSSColors48.png",
        "128": "icons\/whatCSSColors128.png"
    },
    "version": "1.1",
    "minimum_chrome_version": "48.0",
    "devtools_page": "devtools-entry-page.html",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}