UW iCal

This extension generates an iCal version of your schedule, right in MyUW.

什么是UW iCal?

UW iCal是由Kyle Yan开发的Chrome扩展程序,该扩展的主要功能是“This extension generates an iCal version of your schedule, right in MyUW.”。

下载UW iCal扩展crx文件

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

扩展使用说明

                        Export your UW schedule into an iCal file right inside MyUW. 
Open MyUW, and you will see a link "Export Schedule" in the upper right corner. An .ics file will be downloaded, and you can import this file to your calendar apps.                    

扩展基本信息

名称 UW iCal UW iCal
ID jfiokfdebocaoojaaolgomidmkamfkod
官方URL https://chrome.google.com/webstore/detail/uw-ical/jfiokfdebocaoojaaolgomidmkamfkod
简介 This extension generates an iCal version of your schedule, right in MyUW.
文件大小 78.28 KB
安装次数 70
当前版本 1.5
更新时间 2017-09-15
上架时间 2017-09-15
评分 5.00/5 共2次评分
开发者 Kyle Yan
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kaichengyan.github.io/uw-ical
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UW iCal",
    "description": "This extension generates an iCal version of your schedule, right in MyUW.",
    "version": "1.5",
    "author": "Kyle Yan",
    "browser_action": {
        "default_icon": {
            "128": "128.png",
            "48": "48.png",
            "16": "16.png"
        },
        "default_title": "UW iCal"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.uw.edu\/*",
                "http:\/\/my.uw.edu\/*"
            ],
            "js": [
                "ical.min.js",
                "FileSaver.min.js",
                "jquery-3.2.1.min.js",
                "myuw.js"
            ]
        }
    ]
}