Contrast Connection

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

O que é Contrast Connection?

Contrast Connection é uma extensão do Chrome desenvolvida por Natasha Gonzales, e sua principal característica é "Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Contrast Connection

Baixe arquivos de extensão Contrast Connection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Contrast Connection Contrast Connection
ID ldccnnebhlhfghgchnneeboejgihbfcj
URL Oficial https://chrome.google.com/webstore/detail/contrast-connection/ldccnnebhlhfghgchnneeboejgihbfcj
Descrição Automatically copies a Coolors or Adobe Color palette into a Contrast Grid so you can check the accessibility of your colors.
Tamanho do Arquivo 16.21 KB
Contagem de Instalações 656
Versão Atual 1.0
Última Atualização 2017-07-10
Data de Publicação 2017-07-10
Classificação 3.60/5 Total de 10 Avaliações
Desenvolvedor Natasha Gonzales
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}