JCU Class Timetable Downloader
Open Student First website, this downloader can help you to add timetable to your calendar
JCU Class Timetable Downloader란 무엇입니까?
JCU Class Timetable Downloader은(는) Dezhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Student First website, this downloader can help you to add timetable to your calendar"입니다.
확장 프로그램 스크린샷
JCU Class Timetable Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
For JCU students ONLY, open Student First website, and install this extentsion. 1. Click the class you want, or use the "Select All Classes" button, the background color will turn to green. 2. Click "Download to Calendar" button, it will download a calendar file, open it and enjoy the rest. 3. If you want to reselect, right click the web page and click "Reload".
확장 프로그램 기본 정보
이름 | JCU Class Timetable Downloader |
ID | hkfkghiccnjamacegfdifnmehdlimfog |
공식 URL | https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog |
설명 | Open Student First website, this downloader can help you to add timetable to your calendar |
파일 크기 | 91.07 KB |
설치 횟수 | 15 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2020-11-07 |
출시 날짜 | 2020-11-05 |
개발자 | Dezhi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JCU Class Timetable Downloader", "version": "1.0.6", "description": "Open Student First website, this downloader can help you to add timetable to your calendar", "author": "Dezhi Wang; [email protected]", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "https:\/\/github.com\/UncleSamJCU\/JCUClassDownloader", "content_scripts": [ { "matches": [ "https:\/\/secure.jcu.edu.sg\/StudentFirst\/*" ], "js": [ "js\/jquery.js", "js\/download.js" ], "run_at": "document_end" } ] } |