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”。

扩展截图

screenshot

下载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 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"
        }
    ]
}