Colorblindness Emulator

Emulate 8 types of colorblindness on your browser!

Colorblindness Emulatorคืออะไร?

Colorblindness Emulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agathe Badia และคุณลักษณะหลักของมันคือ "Emulate 8 types of colorblindness on your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorblindness Emulator

ดาวน์โหลดไฟล์ส่วนขยาย Colorblindness Emulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}