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是由Natasha Gonzales開發的Chrome擴展程式,該擴展的主要功能是“Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.”。

擴展截圖

screenshot
screenshot
screenshot

下載Contrast Connection擴展crx文件

下載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
官方網址 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
}