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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |