Prism

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

Hvad er Prism?

Prism er en Chrome-udvidelse udviklet af hbkwong, og dens hovedfunktion er "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…".

Udvidelsesskærmbilleder

screenshot

Download Prism-udvidelses-CRX-fil

Download Prism-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
Officiel URL https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
Beskrivelse Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
Filstørrelse 7.17 MB
Antal Installationer 78
Nuværende Version 1.0
Senest Opdateret 2017-05-10
Udgivelsesdato 2017-05-10
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler hbkwong
Betalingsmetode free
Udvidelseswebsted https://imahungrypanda.github.io/Prism/
Understøttede Sprog 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"
    }
}