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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |