2col-Coursera
Chrome extension to make Coursera's Video two columns.
2col-Coursera란 무엇입니까?
2col-Coursera은(는) mash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to make Coursera's Video two columns."입니다.
확장 프로그램 스크린샷
2col-Coursera 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a Chrome extension that displays videos and scripts in two columns on the Coursera lecture video page. You can watch the script and listen to the lecture at the same time. If you use Google Translate, you will be able to watch the translated script while listening to the lecture in English.
확장 프로그램 기본 정보
이름 | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
공식 URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
설명 | Chrome extension to make Coursera's Video two columns. |
파일 크기 | 997 KB |
설치 횟수 | 22 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-10-26 |
출시 날짜 | 2021-09-12 |
개발자 | mash |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/mash811/2col-Coursera |
도움말 페이지 URL | https://github.com/mash811/2col-Coursera |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "author": "mash", "description": "__MSG_Description__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "2col-Coursera" }, "web_accessible_resources": [ "*" ], "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.coursera.org\/learn\/*" ], "css": [ "css\/style.css" ] } ] } |