dalton

View websites through the eyes of the colorblind.

Cos'è dalton?

dalton è un'estensione di Chrome sviluppata da Jonathan Skeate, e la sua funzione principale è "View websites through the eyes of the colorblind.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione dalton

Scarica i file di estensione dalton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Simulate 4 different kinds of color blindness in two different degrees (e.g. protanopia and protanomaly) each.

There are two ways to use it: by default, it will display a popup with buttons to choose the kind of color blindness to simulate. If you only ever use one, you can go to the options and set it so that pressing the button will simulate a kind you choose (saving you some clicks in the long run).                    

Informazioni di Base sull'Estensione

Nome dalton dalton
ID imknobcnmlabealhbhfhpbfodgbbdnfa
URL Ufficiale https://chromewebstore.google.com/detail/dalton/imknobcnmlabealhbhfhpbfodgbbdnfa
Descrizione View websites through the eyes of the colorblind.
Dimensione del File 94.65 KB
Conteggio Installazioni 309
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-03-01
Data di Pubblicazione 2014-03-01
Valutazione 2.67/5 Totale 6 Valutazioni
Sviluppatore Jonathan Skeate
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "dalton"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/dalton.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}