JCU Class Timetable Downloader
Open Student First website, this downloader can help you to add timetable to your calendar
O que é JCU Class Timetable Downloader?
JCU Class Timetable Downloader é uma extensão do Chrome desenvolvida por Dezhi, e sua principal característica é "Open Student First website, this downloader can help you to add timetable to your calendar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JCU Class Timetable Downloader
Baixe arquivos de extensão JCU Class Timetable Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | JCU Class Timetable Downloader |
ID | hkfkghiccnjamacegfdifnmehdlimfog |
URL Oficial | https://chromewebstore.google.com/detail/jcu-class-timetable-downl/hkfkghiccnjamacegfdifnmehdlimfog |
Descrição | Open Student First website, this downloader can help you to add timetable to your calendar |
Tamanho do Arquivo | 91.07 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.6 |
Última Atualização | 2020-11-07 |
Data de Publicação | 2020-11-05 |
Desenvolvedor | Dezhi |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |