Twitch Bigger Font

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

什麼是Twitch Bigger Font?

Twitch Bigger Font是由https://www.scop3scout.webege.com開發的Chrome擴展程式,該擴展的主要功能是“Changes the twitch font to 16px (~115% bigger than default)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Twitch Bigger Font擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}