Remove Troll Quirks
This extension tries to translate Homestuck trolls' quirks to proper English
Remove Troll Quirks란 무엇입니까?
Remove Troll Quirks은(는) wendelscardua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension tries to translate Homestuck trolls' quirks to proper English"입니다.
확장 프로그램 스크린샷
Remove Troll Quirks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension should be useful for people with trouble reading troll dialogs on the Homestuck webcomic. It tries to translate the trolls quirks to normal text. For example, Terezi's "H3Y COOL K1D" becomes "HEY COOL KID", and Feferi's "W)(----EW" becomes "WHEW". Changelog: 1.1 - Adds support for Aradia, Tavros, fixes Eridan. Click on any translated line to toggle between translated and original text. 1.0 - First version, supports Sollux, Nepeta, Terezi, Equius (kinda), Gamzee, Eridan (mostly), Feferi, Erisolsprite. Future plans: Options to turn on/off all translations, or even translations for each character. Support for "manual" translations (e.g. for Vriska's random 8s). This extension is dedicated to my SO (♡), who couldn't read past Erisolsprite spritelogs because of their synaesthesia (the combination of ww and 2 on the same words was really bad for them).
확장 프로그램 기본 정보
이름 | Remove Troll Quirks |
ID | iikebejemfnipagihijgdgddbcbghifh |
공식 URL | https://chromewebstore.google.com/detail/remove-troll-quirks/iikebejemfnipagihijgdgddbcbghifh |
설명 | This extension tries to translate Homestuck trolls' quirks to proper English |
파일 크기 | 34.22 KB |
설치 횟수 | 133 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-06-12 |
출시 날짜 | 2015-06-11 |
평점 | 3.88/5 총 8 개의 평점 |
개발자 | wendelscardua |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Troll Quirks", "short_description": "Translates Homestuck trolls' quirks to proper English", "description": "This extension tries to translate Homestuck trolls' quirks to proper English", "version": "1.1", "icons": { "32": "icon32.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.mspaintadventures.com\/*" ], "js": [ "jquery-2.1.4.min.js", "quirk-remover.js" ] } ], "permissions": [ "http:\/\/*.mspaintadventures.com\/*" ] } |