CSS Color Chart

Tool that references all the css color that can be call by name, in rainbow order.

CSS Color Chartคืออะไร?

CSS Color Chart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Iñaki Aranzadi และคุณลักษณะหลักของมันคือ "Tool that references all the css color that can be call by name, in rainbow order."

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

screenshot
screenshot

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

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

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

                        This little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.                    

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

ชื่อ CSS Color Chart CSS Color Chart
ID pmiclebjcgfopaejmnepnlkejpmfckgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc
คำอธิบาย Tool that references all the css color that can be call by name, in rainbow order.
ขนาดไฟล์ 71.04 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2016-02-29
วันที่เผยแพร่ 2016-02-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Iñaki Aranzadi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ainsleywagoner.com/color-chart/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSS Color Chart",
    "description": "Tool that references all the css color that can be call by name, in rainbow order.",
    "version": "1.2.2",
    "icons": {
        "32": "images\/tile.32.png",
        "64": "images\/tile.64.png",
        "128": "images\/tile.128.png"
    },
    "browser_action": {
        "default_icon": "images\/tile.128.png",
        "default_title": "CSS Color Chart",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}