Colour-blind aid (Cblaid)

Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.

Qu'est-ce que Colour-blind aid (Cblaid) ?

Colour-blind aid (Cblaid) est une extension Chrome développée par SamGeee, et sa fonction principale est "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Colour-blind aid (Cblaid)

Téléchargez les fichiers d'extension Colour-blind aid (Cblaid) 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 aid (Cblaid), provides a range of colour filters to try and help improve the contrast between foreground and background colours. These filters are applied over the top of webpages and have been designed to aid users with Colour Vision Deficiency (CVD). 

This application has limited functionality and may not work with certain webpages due to the choice of CSS and styling used.                    

Informations de Base sur l'Extension

Nom Colour-blind aid (Cblaid) Colour-blind aid (Cblaid)
ID ehieoaimlkaalkbhdfojndnigobimpkj
URL Officiel https://chrome.google.com/webstore/detail/colour-blind-aid-cblaid/ehieoaimlkaalkbhdfojndnigobimpkj
Description Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.
Taille du Fichier 120 KB
Nombre d'Installations 2,000
Version Actuelle 1.0
Dernière Mise à Jour 2016-08-17
Date de Publication 2016-08-17
Évaluation 3.75/5 Total 4 Évaluations
Développeur SamGeee
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colour-blind aid (Cblaid)",
    "short_name": "Cblaid",
    "version": "1.0",
    "description": "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.",
    "browser_action": {
        "default_icon": "\/img\/icon.png",
        "default_popup": "background.html",
        "default_title": "Cblaid"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "js\/filters.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "filters.svg"
    ],
    "permissions": [
        "background",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "\/img\/icon-16.png",
        "48": "\/img\/icon-48.png",
        "128": "\/img\/icon-128.png"
    }
}