Augmented TCF

Adds some features to TCF that aren't already present.

Augmented TCFคืออะไร?

Augmented TCF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Everest และคุณลักษณะหลักของมันคือ "Adds some features to TCF that aren't already present."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Augmented TCF

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}