UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

什么是UW-Madison Schedule Download?

UW-Madison Schedule Download是由max.s.maeder开发的Chrome扩展程序,该扩展的主要功能是“Download your UW-Madison schedule as a file.”。

扩展截图

screenshot

下载UW-Madison Schedule Download扩展crx文件

下载UW-Madison Schedule Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily download your UW-Madison class schedule as an `.ical` file,
which can be imported to calendars such as Google Calendar or the Apple iCloud Calendar.

After installing, just navigate to your Course Schedule in MyUW, and press the "Download Schedule" button.                    

扩展基本信息

名称 UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
官方URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
简介 Download your UW-Madison schedule as a file.
文件大小 88.79 KB
安装次数 266
当前版本 1.0.1
更新时间 2022-09-11
上架时间 2022-09-11
评分 5.00/5 共4次评分
开发者 max.s.maeder
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UW-Madison Schedule Download",
    "description": "Download your UW-Madison schedule as a file.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.wisc.edu\/portal\/p\/class-schedule*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "style\/*"
            ]
        }
    ],
    "manifest_version": 3
}