Colorblindness Emulator
Emulate 8 types of colorblindness on your browser!
Colorblindness Emulator란 무엇입니까?
Colorblindness Emulator은(는) Agathe Badia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Emulate 8 types of colorblindness on your browser!"입니다.
확장 프로그램 스크린샷
Colorblindness Emulator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Emulate 8 types of colorblindness on the browser: Protanopia, Protanomaly, Deuteranopia, Deuteranomaly, Tritanopia, Tritanomaly, Achromatopsia, Achromatomaly This product is perfect for designers, developers, and every person interested in an immersive experience through colorblindness. Develop great apps, for accessible content. Or test it for better audit!
확장 프로그램 기본 정보
이름 | Colorblindness Emulator |
ID | ffmdflnkahdfgkhneidigopdlokgipki |
공식 URL | https://chromewebstore.google.com/detail/colorblindness-emulator/ffmdflnkahdfgkhneidigopdlokgipki |
설명 | Emulate 8 types of colorblindness on your browser! |
파일 크기 | 43.77 KB |
설치 횟수 | 197 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2022-03-30 |
출시 날짜 | 2022-03-24 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Agathe Badia |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Agathebadia/colorblind-extension |
개인정보 보호 정책 페이지 URL | https://www.privacypolicies.com/live/65e5c856-b948-45ef-acad-f499d5a6a0cb |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colorblindness Emulator", "description": "Emulate 8 types of colorblindness on your browser!", "version": "2.1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_title": "Colorblindness emulator", "default_popup": "popup.html" }, "icons": { "16": "public\/assets\/icon-sm.png", "48": "public\/assets\/icon-md.png", "128": "public\/assets\/icon-lg.png" } } |