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."입니다.
확장 프로그램 스크린샷
Contrast Connection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | |
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 } |