Daltonize

Simulate color blindness

Wat is Daltonize?

Daltonize is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Simulate color blindness".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Daltonize

Download Daltonize-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

                        Simulate color blindness directly in chrome.                    

Basisinformatie over de Extensie

Naam Daltonize Daltonize
ID obcnmdgpjakcffkcjnonpdlainhphpgh
Officiële URL https://chromewebstore.google.com/detail/daltonize/obcnmdgpjakcffkcjnonpdlainhphpgh
Beschrijving Simulate color blindness
Bestandsgrootte 15.3 KB
Aantal Installaties 3,000
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-09
Publicatiedatum 2017-08-09
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Daltonize",
    "description": "Simulate color blindness",
    "version": "1.0",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon-disabled.png",
        "default_popup": "popup.html",
        "default_title": "Daltonize"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "filters.css"
            ],
            "js": [
                "filters.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "filters.svg"
    ],
    "manifest_version": 2
}