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)”。
扩展截图
下载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 |
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" ] } ] } |