Colour-blind aid (Cblaid)

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

What is Colour-blind aid (Cblaid)?

Colour-blind aid (Cblaid) is a Chrome extension developed by SamGeee, and its main feature is "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Colour-blind aid (Cblaid) Extension CRX File

Download Colour-blind aid (Cblaid) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Colour-blind aid (Cblaid) Colour-blind aid (Cblaid)
ID ehieoaimlkaalkbhdfojndnigobimpkj
Official URL 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.
File Size 120 KB
Installation Count 2,000
Current Version 1.0
Last Updated 2016-08-17
Publish Date 2016-08-17
Rating 3.75/5 Total 4 Ratings
Developer SamGeee
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}