Prism

Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…

Prismคืออะไร?

Prism เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hbkwong และคุณลักษณะหลักของมันคือ "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…"

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

screenshot

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

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

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

                        Color-blindness: no longer a pigment of your imagination.

Prism simulates eight distinct forms of color-blindness. Whether you're a web developer building towards accessibility, or just curious how color-blind users view the web, check out Prism!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
คำอธิบาย Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
ขนาดไฟล์ 7.17 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-10
วันที่เผยแพร่ 2017-05-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา hbkwong
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://imahungrypanda.github.io/Prism/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prism",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "background.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_title": "Prism",
        "default_popup": "prism.html"
    },
    "icons": {
        "16": "assets\/icon\/icon_16.png",
        "24": "assets\/icon\/icon_24.png",
        "32": "assets\/icon\/icon_32.png",
        "64": "assets\/icon\/icon_64.png",
        "128": "assets\/icon\/icon_128.png"
    }
}