Augmented TCF
Adds some features to TCF that aren't already present.
Augmented TCF란 무엇입니까?
Augmented TCF은(는) Everest에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds some features to TCF that aren't already present."입니다.
확장 프로그램 스크린샷
Augmented TCF 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Augmented TCF adds various features to the Terraria Community Forums. That's most of what there is, it augments (adds to) TCF! This includes various features, such as a menu that will stay at the top of the page, a list of images that will be shown under a "custom" tab in the smilies feature of the forum's editor, collapsing quotes to only be one line tall, ability to use the left and right arrow keys to navigate among pages, and more. Don't like one of the features? You can toggle it! Every feature present in Augmented TCF is in some way configurable, usually including whether it's enabled or disabled, in the options.
확장 프로그램 기본 정보
이름 | Augmented TCF |
ID | ielkmdejijlgfgmoapgonhflmhjoondn |
공식 URL | https://chromewebstore.google.com/detail/augmented-tcf/ielkmdejijlgfgmoapgonhflmhjoondn |
설명 | Adds some features to TCF that aren't already present. |
파일 크기 | 72.29 KB |
설치 횟수 | 409 |
현재 버전 | 1.2.10 |
최근 업데이트 | 2016-12-14 |
출시 날짜 | 2016-12-14 |
평점 | 4.24/5 총 74 개의 평점 |
개발자 | Everest |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://forums.terraria.org/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-2.1.4.min.js", "core.js", "scripts\/styleFixes.js", "scripts\/arrowKeyNavigation.js", "scripts\/fixedMenu.js", "scripts\/unsubmittedWarner.js", "scripts\/aprilFools.js" ], "matches": [ "*:\/\/forums.terraria.org\/*" ] }, { "js": [ "scripts\/collapsedQuotes.js", "scripts\/customSmilies.js", "scripts\/disableSmilies.js", "scripts\/removeColors.js", "scripts\/constantFont.js" ], "matches": [ "*:\/\/forums.terraria.org\/index.php?threads\/*", "*:\/\/forums.terraria.org\/index.php?forums\/*\/create-thread", "*:\/\/forums.terraria.org\/index.php?conversations\/*", "*:\/\/forums.terraria.org\/index.php?members\/*" ] } ], "description": "Adds some features to TCF that aren't already present.", "icons": { "128": "icon128.png", "32": "icon32.png" }, "manifest_version": 2, "name": "Augmented TCF", "options_page": "settings\/settings.html", "permissions": [ "storage", "http:\/\/forums.terraria.org\/*" ], "version": "1.2.10", "web_accessible_resources": [ "settings\/settings.html" ] } |