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文件
下載Remove Troll Quirks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |