Colour-blind aid (Cblaid)

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

O que é Colour-blind aid (Cblaid)?

Colour-blind aid (Cblaid) é uma extensão do Chrome desenvolvida por SamGeee, e sua principal característica é "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Colour-blind aid (Cblaid)

Baixe arquivos de extensão Colour-blind aid (Cblaid) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Colour-blind aid (Cblaid) Colour-blind aid (Cblaid)
ID ehieoaimlkaalkbhdfojndnigobimpkj
URL Oficial https://chrome.google.com/webstore/detail/colour-blind-aid-cblaid/ehieoaimlkaalkbhdfojndnigobimpkj
Descrição Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.
Tamanho do Arquivo 120 KB
Contagem de Instalações 2,000
Versão Atual 1.0
Última Atualização 2016-08-17
Data de Publicação 2016-08-17
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor SamGeee
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}