Colour-blind aid (Cblaid)

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

Vad är Colour-blind aid (Cblaid)?

Colour-blind aid (Cblaid) är en Chrome-tillägg utvecklad av SamGeee, och dess huvudfunktion är "Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Colour-blind aid (Cblaid)-förlängningens CRX-fil

Ladda ner Colour-blind aid (Cblaid)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Colour-blind aid (Cblaid) Colour-blind aid (Cblaid)
ID ehieoaimlkaalkbhdfojndnigobimpkj
Officiell webbadress https://chrome.google.com/webstore/detail/colour-blind-aid-cblaid/ehieoaimlkaalkbhdfojndnigobimpkj
Beskrivning Cblaid, provides a range of colour filters to try and help improve the contrast between foreground and background colours.
Filstorlek 120 KB
Antal Installationer 2,000
Aktuell Version 1.0
Senast Uppdaterad 2016-08-17
Publiceringsdatum 2016-08-17
Betyg 3.75/5 Totalt 4 Betyg
Utvecklare SamGeee
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}