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 |
Eメール | [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 } } } |