Synesthetize

Color code individual characters on pages you view -- induce color-graphemic synesthesia

Cos'è Synesthetize?

Synesthetize è un'estensione di Chrome sviluppata da Adam, e la sua funzione principale è "Color code individual characters on pages you view -- induce color-graphemic synesthesia".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Synesthetize

Scarica i file di estensione Synesthetize 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

                        A study by scientists in the Netherlands has shown that it may be possible to induce color-graphemic synesthesia  (viewing letters as having an innate color) by reading text containing letters with a consistent color coding.

Replicate their experiment at home with the Synesthetize extension. Synesthetize can be configured to color as many or as few letters as you want in the colors you prefer, so you can use existing associations for a stronger effect.

Read the study that inspired the extension: http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0039799

Source available at: https://github.com/gsavvas/Synesthete                    

Informazioni di Base sull'Estensione

Nome Synesthetize Synesthetize
ID ldljgghnflfphlnpneghciodeehilana
URL Ufficiale https://chromewebstore.google.com/detail/synesthetize/ldljgghnflfphlnpneghciodeehilana
Descrizione Color code individual characters on pages you view -- induce color-graphemic synesthesia
Dimensione del File 48.92 KB
Conteggio Installazioni 509
Versione Corrente 1.12
Ultimo Aggiornamento 2014-04-13
Data di Pubblicazione 2014-04-13
Valutazione 4.23/5 Totale 30 Valutazioni
Sviluppatore Adam
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synesthetize",
    "version": "1.12",
    "manifest_version": 2,
    "description": "Color code individual characters on pages you view -- induce color-graphemic synesthesia",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "jquery.highlight-3.js",
                "swap.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128-t.png"
    }
}