Prism

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

Prism क्या है?

Prism hbkwong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prism एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}