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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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