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文件
下载Augmented TCF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |