JCU Class Timetable Downloader
Open Student First website, this downloader can help you to add timetable to your calendar
Vad är JCU Class Timetable Downloader?
JCU Class Timetable Downloader är en Chrome-tillägg utvecklad av Dezhi, och dess huvudfunktion är "Open Student First website, this downloader can help you to add timetable to your calendar".
Tilläggsskärmbilder
Ladda ner JCU Class Timetable Downloader-förlängningens CRX-fil
Ladda ner JCU Class Timetable Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | JCU Class Timetable Downloader |
ID | hkfkghiccnjamacegfdifnmehdlimfog |
Officiell webbadress | https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog |
Beskrivning | Open Student First website, this downloader can help you to add timetable to your calendar |
Filstorlek | 91.07 KB |
Antal Installationer | 15 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2020-11-07 |
Publiceringsdatum | 2020-11-05 |
Utvecklare | Dezhi |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |