Contrast Connection

Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.

Contrast Connectionคืออะไร?

Contrast Connection เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Natasha Gonzales และคุณลักษณะหลักของมันคือ "Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contrast Connection

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

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

                        Every designer and developer knows how important color contrast is for accessibility. Now it's easier than ever to make sure you're choosing accessible palettes for your work!

This handy little extension will take a Coolors or Adobe Color palette and create an EightShapes Contrast Grid. EightShapes allows you to easily see the accessibility of multiple color combinations, and with Contrast Connection, you don't have to copy and paste every hex code one by one. Just open your palette, click and- Poof! All five swatches compared! Go back and edit, then click again for an updated grid!                    

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

ชื่อ Contrast Connection Contrast Connection
ID ldccnnebhlhfghgchnneeboejgihbfcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/contrast-connection/ldccnnebhlhfghgchnneeboejgihbfcj
คำอธิบาย Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.
ขนาดไฟล์ 16.21 KB
จำนวนการติดตั้ง 656
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-07-10
วันที่เผยแพร่ 2017-07-10
คะแนน 3.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Natasha Gonzales
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contrast Connection",
    "description": "Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Contrast Connection",
        "default_icon": {
            "19": "icon-19.png",
            "24": "icon-24.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}