Accessible Color Picker

Accessible Color Picker

Accessible Color Picker란 무엇입니까?

Accessible Color Picker은(는) Level Access에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accessible Color Picker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Accessible Color Picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        There must be enhanced contrast between foreground and background text colors and images of text. Enhanced color contrast ensures that the page is usable by a very wide range of people with low vision and color deficiencies or when the page is viewed without color, and users of monochrome screens can understand page content.

Leverage this in-browser color picker to evaluate the accessibility of your color palette. This tool allows you to select foreground and background colors and will determine the color contrast ratio between them. If your colors do not have sufficient contrast, this tool will suggest similar colors that are compliant.

Additional features
* History of last 10 foreground and 10 background colors selected
* Preview sample text using selected colors
* Toggle foreground and background to test variations
* Editable hex codes with simple copy to clipboard button                    

확장 프로그램 기본 정보

이름 Accessible Color Picker Accessible Color Picker
ID bgfhbflmeekopanooidljpnmnljdihld
공식 URL https://chromewebstore.google.com/detail/accessible-color-picker/bgfhbflmeekopanooidljpnmnljdihld
설명 Accessible Color Picker
파일 크기 3.84 MB
설치 횟수 7,271
현재 버전 1.0.0.1
최근 업데이트 2022-10-24
출시 날짜 2019-07-03
평점 4.89/5 총 9 개의 평점
개발자 Level Access
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.levelaccess.com/
도움말 페이지 URL https://www.levelaccess.com/contact/
개인정보 보호 정책 페이지 URL https://www.levelaccess.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Accessible Color Picker",
    "version": "1.0.0.1",
    "description": "Accessible Color Picker",
    "action": {
        "default_title": "Accessible Color Picker",
        "default_icon": "img\/dropper.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "img\/dropper.png"
    }
}