RGBlind

Simulate color blindness in your web browser.

Wat is RGBlind?

RGBlind is een Chrome-extensie ontwikkeld door https://www.rgblind.se, en de belangrijkste functie is "Simulate color blindness in your web browser.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie RGBlind

Download RGBlind-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        RGBlind is an open-source real-time color blindness simulation tool for the web.

It is developed to:
- Help organizations, designers and web developers understand how color blind users might experience their webpages.
- Help designers and web developers understand the problematics with designing for color blind users.

RGBlind helps designing better structured webpages with high readability, for everyone.                    

Basisinformatie over de Extensie

Naam RGBlind RGBlind
ID kjlmmjnmmlfamgddfglhaoklpjjplbhc
Officiële URL https://chromewebstore.google.com/detail/rgblind/kjlmmjnmmlfamgddfglhaoklpjjplbhc
Beschrijving Simulate color blindness in your web browser.
Bestandsgrootte 65.85 KB
Aantal Installaties 2,052
Huidige Versie 1.0.3
Laatst Bijgewerkt 2017-01-06
Publicatiedatum 2017-01-06
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar https://www.rgblind.se
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.rgblind.se
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGBlind",
    "description": "Simulate color blindness in your web browser.",
    "version": "1.0.3",
    "homepage_url": "http:\/\/www.rgblind.se",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "rgblind\/rgblind.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "RGBlind - simulate color blindness."
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "rgblind\/rgblind.svg",
        "rgblind\/rgblind-inject.css"
    ]
}