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」です。
拡張機能のスクリーンショット
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 |
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" } } |