CB Simulator

Allows users to simulate colour-blind vision directly onto their webpage!

Was ist CB Simulator?

CB Simulator ist eine Chrome-Erweiterung, die von Isabelle May entwickelt wurde, und ihr Hauptmerkmal ist "Allows users to simulate colour-blind vision directly onto their webpage!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CB Simulator-Erweiterungs-CRX-Datei herunterladen

Laden Sie CB Simulator-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

                        "Colour Blind Simulator" is an extension developed to simulate the effects of colour blindness on a user's web experience, rendering the colours on most web-pages based on a variety of colour blindness templates. It was created with web developers in mind, seeking to quickly check that their sites are accessible to this audience.

The extension comes with two modes: "Default View", with just the three main categories (Red-Green, Blue-Yellow, and Total colour blindness); and "Advanced View", which includes all of the variants upon these three categories.                    

Grundlegende Informationen zur Erweiterung

Name CB Simulator CB Simulator
ID jclekdekopialhilfhaefdancbaohmpp
Offizielle URL https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp
Beschreibung Allows users to simulate colour-blind vision directly onto their webpage!
Dateigröße 557 KB
Installationsanzahl 1,000
Aktuelle Version 1.0
Letztes Update 2019-03-12
Veröffentlichungsdatum 2019-03-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Isabelle May
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CB Simulator",
    "version": "1.0",
    "description": "Allows users to simulate colour-blind vision directly onto their webpage!",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2
}