Prism

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

Was ist Prism?

Prism ist eine Chrome-Erweiterung, die von hbkwong entwickelt wurde, und ihr Hauptmerkmal ist "Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…".

Erweiterungsscreenshots

screenshot

Prism-Erweiterungs-CRX-Datei herunterladen

Laden Sie Prism-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Prism Prism
ID mjapjgpplodpimkkdleafghfbdfibgin
Offizielle URL https://chrome.google.com/webstore/detail/prism/mjapjgpplodpimkkdleafghfbdfibgin
Beschreibung Color-blindness: no longer a pigment of your imagination. Prism simulates eight distinct forms of color-blindness. Whether you're…
Dateigröße 7.17 MB
Installationsanzahl 78
Aktuelle Version 1.0
Letztes Update 2017-05-10
Veröffentlichungsdatum 2017-05-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler hbkwong
Zahlungsart free
Erweiterungswebsite https://imahungrypanda.github.io/Prism/
Unterstützte Sprachen 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"
    }
}