Synesthetize

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

什麼是Synesthetize?

Synesthetize是由Adam開發的Chrome擴展程式,該擴展的主要功能是“Color code individual characters on pages you view -- induce color-graphemic synesthesia”。

擴展截圖

screenshot

下載Synesthetize擴展crx文件

下載Synesthetize擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}