Coursera Subtitle Re-sizer
Re-size Coursera Subtitle without developer mode.
Coursera Subtitle Re-sizer란 무엇입니까?
Coursera Subtitle Re-sizer은(는) https://rikimarutsui.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Re-size Coursera Subtitle without developer mode."입니다.
확장 프로그램 스크린샷
Coursera Subtitle Re-sizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Coursera Subtitle Re-sizer allows you can customize the Coursera Video Subtitle size you own and without using developer mode. # version 0.1.1 # Modify the select list from 10% to 200%
확장 프로그램 기본 정보
이름 | Coursera Subtitle Re-sizer |
ID | beaolknhmdebnkigfhpbokboimicedna |
공식 URL | https://chromewebstore.google.com/detail/coursera-subtitle-re-size/beaolknhmdebnkigfhpbokboimicedna |
설명 | Re-size Coursera Subtitle without developer mode. |
파일 크기 | 2.95 MB |
설치 횟수 | 348 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2018-07-27 |
출시 날짜 | 2018-07-26 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | https://rikimarutsui.blogspot.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.coursera.org/ |
도움말 페이지 URL | https://github.com/rikimarutsui/coursera-subtitle-chrome-extension |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursera Subtitle Re-sizer", "version": "0.1.1", "description": "Re-size Coursera Subtitle without developer mode.", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img.png", "default_popup": "popup.html" }, "manifest_version": 2 } |