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 là gì?

Contrast Connection là một tiện ích mở rộng Chrome được phát triển bởi Natasha Gonzales, và tính năng chính của nó là "Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Contrast Connection 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

                        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!                    

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

Tên Contrast Connection Contrast Connection
ID ldccnnebhlhfghgchnneeboejgihbfcj
URL Chính Thức https://chrome.google.com/webstore/detail/contrast-connection/ldccnnebhlhfghgchnneeboejgihbfcj
Mô tả Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.
Kích Thước Tệp 16.21 KB
Số Lần Cài Đặt 656
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-07-10
Ngày Phát Hành 2017-07-10
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Natasha Gonzales
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": "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
}