Color Text
I don't know why anyone would want to but, this extension replaces ASCII text with colors.
Color Text란 무엇입니까?
Color Text은(는) dougalg에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "I don't know why anyone would want to but, this extension replaces ASCII text with colors."입니다.
확장 프로그램 스크린샷
Color Text 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It was once said that there was no coherent writing system for any language based on colour. Well now there is? V 1.3 - Now displays links with a big fat underline - Now maps ’ to ' V 1.2 - Now matches font size - Transliterates quotation marks correctly V 1.1 - Now transliterates more stuff - Probably no longer removes unicode text from websites When activated, this will attempt to replace all the ASCII text with colored circles, if for some reason you want to do that. Maybe you want to confuse a colorblind friend, I don't know. If you have trouble reading it, it's probably because you can't read colors yet. Here are some hints: 1) Vowels have yellow borders 2) Most punctuation are solid circles, the rest are orange bordered 3) Circles with a white or black inside are some kind of parenthesis or bracket 4) Numbers have white or black borders 5) Hover a circle to check the character it replaces 6) Some text may not be replaced with colors 7) May crash some pages (eg. google.com)
확장 프로그램 기본 정보
이름 | Color Text |
ID | cnifglaoapeladeolcfdacofcoaphdgh |
공식 URL | https://chromewebstore.google.com/detail/color-text/cnifglaoapeladeolcfdacofcoaphdgh |
설명 | I don't know why anyone would want to but, this extension replaces ASCII text with colors. |
파일 크기 | 26 KB |
설치 횟수 | 151 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-02-27 |
출시 날짜 | 2014-02-27 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | dougalg |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Dougal Graham - [email protected]", "homepage_url": "http:\/\/colortext.tfiaa.com", "name": "Color Text", "description": "I don't know why anyone would want to but, this extension replaces ASCII text with colors.", "version": "1.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon128.png", "default_title": "Why?" }, "background": { "scripts": [ "color_script.js" ], "persistent": false } } |