Twitch Bigger Font

Changes the twitch font to 16px (~115% bigger than default)

Twitch Bigger Fontคืออะไร?

Twitch Bigger Font เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scop3scout.webege.com และคุณลักษณะหลักของมันคือ "Changes the twitch font to 16px (~115% bigger than default)"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Bigger Font

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Bigger Font ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Makes the font bigger, will help if you feel the font is too small, check the pictures for how it looks with the addon! :D

----------------------------------------------------------------

0.3 Update Note - Now info section of channels are also in bigger fonts!

0.2 Update Note - Fixed extension to work with the new Twitch HTTPS update.

----------------------------------------------------------------


REPORT BUGS IN THE ADDON @sCop3SCouT ON twitter.com/sCop3SCouT                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Bigger Font Twitch Bigger Font
ID heegoibfojikpcppkaodefonfpghflig
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig
คำอธิบาย Changes the twitch font to 16px (~115% bigger than default)
ขนาดไฟล์ 7.14 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2016-04-28
วันที่เผยแพร่ 2016-04-28
คะแนน 3.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.scop3scout.webege.com
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://twitter.com/sCop3SCouT
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Bigger Font",
    "version": "0.3",
    "description": "Changes the twitch font to 16px (~115% bigger than default)",
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "author": "sCop3SCouT https:\/\/www.twitter.com\/sCop3SCouT",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}