Oscar to iCalendar Converter
Produce iCalendar file from Student Schedule on GT's Oscar.
什么是Oscar to iCalendar Converter?
Oscar to iCalendar Converter是由https://www.cemgokmen.com开发的Chrome扩展程序,该扩展的主要功能是“Produce iCalendar file from Student Schedule on GT's Oscar.”。
扩展截图
下载Oscar to iCalendar Converter扩展crx文件
下载Oscar to iCalendar Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a "Download calendar" button onto Georgia Tech's Oscar Student Schedule page which can be used to add the student's classes for the semester onto their calendar app of choice (e.g. Google Calendar, etc)
扩展基本信息
名称 | Oscar to iCalendar Converter |
ID | phaoabghncoogndmfcapglljmnieknkf |
官方URL | https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf |
简介 | Produce iCalendar file from Student Schedule on GT's Oscar. |
文件大小 | 144 KB |
安装次数 | 99 |
当前版本 | 1.1 |
更新时间 | 2021-01-08 |
上架时间 | 2018-05-14 |
评分 | 4.25/5 共4次评分 |
开发者 | https://www.cemgokmen.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/skyman/oscar2ical |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oscar to iCalendar Converter", "version": "1.1", "author": "Cem Gokmen", "description": "Produce iCalendar file from Student Schedule on GT's Oscar.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/oscar.gatech.edu\/bprod\/bwskfshd.P_CrseSchdDetl" ], "all_frames": true, "css": [ "oscar2ical.css" ], "js": [ "bundle.js" ] } ], "chrome_ui_overrides": { "bookmarks_ui": { "remove_bookmark_shortcut": true, "remove_button": true } } } |