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ファイルをダウンロード
JCU Class Timetable Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } ] } |