Synesthetize

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

Synesthetize là gì?

Synesthetize là một tiện ích mở rộng Chrome được phát triển bởi Adam, và tính năng chính của nó là "Color code individual characters on pages you view -- induce color-graphemic synesthesia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Synesthetize

Tải xuống các tệp mở rộng Synesthetize dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synesthetize Synesthetize
ID ldljgghnflfphlnpneghciodeehilana
URL Chính Thức https://chromewebstore.google.com/detail/synesthetize/ldljgghnflfphlnpneghciodeehilana
Mô tả Color code individual characters on pages you view -- induce color-graphemic synesthesia
Kích Thước Tệp 48.92 KB
Số Lần Cài Đặt 509
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2014-04-13
Ngày Phát Hành 2014-04-13
Đánh Giá 4.23/5 Tổng số 30 Đánh Giá
Nhà Phát Triển Adam
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}