CB Simulator

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

Qu'est-ce que CB Simulator ?

CB Simulator est une extension Chrome développée par Isabelle May, et sa fonction principale est "Allows users to simulate colour-blind vision directly onto their webpage!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CB Simulator

Téléchargez les fichiers d'extension CB Simulator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom CB Simulator CB Simulator
ID jclekdekopialhilfhaefdancbaohmpp
URL Officiel https://chrome.google.com/webstore/detail/cb-simulator/jclekdekopialhilfhaefdancbaohmpp
Description Allows users to simulate colour-blind vision directly onto their webpage!
Taille du Fichier 557 KB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-12
Date de Publication 2019-03-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur Isabelle May
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}