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 |
官方網址 | 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 } } } |