Synesthetize

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

Synesthetize क्या है?

Synesthetize Adam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color code individual characters on pages you view -- induce color-graphemic synesthesia"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synesthetize एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Synesthetize Synesthetize
ID ldljgghnflfphlnpneghciodeehilana
आधिकारिक URL https://chromewebstore.google.com/detail/synesthetize/ldljgghnflfphlnpneghciodeehilana
विवरण Color code individual characters on pages you view -- induce color-graphemic synesthesia
फ़ाइल का आकार 48.92 KB
स्थापना संख्या 509
वर्तमान संस्करण 1.12
अंतिम अपडेट 2014-04-13
प्रकाशन तिथि 2014-04-13
रेटिंग 4.23/5 कुल 30 रेटिंग्स
डेवलपर Adam
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}