Oscar to iCalendar Converter
Produce iCalendar file from Student Schedule on GT's Oscar.
Co je Oscar to iCalendar Converter?
Oscar to iCalendar Converter je rozšíření Chrome vyvinuté https://www.cemgokmen.com, a jeho hlavní funkcí je „Produce iCalendar file from Student Schedule on GT's Oscar.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Oscar to iCalendar Converter
Stáhněte si soubory rozšíření Oscar to iCalendar Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | Oscar to iCalendar Converter |
ID | phaoabghncoogndmfcapglljmnieknkf |
Oficiální URL | https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf |
Popis | Produce iCalendar file from Student Schedule on GT's Oscar. |
Velikost souboru | 144 KB |
Počet instalací | 99 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2021-01-08 |
Datum Vydání | 2018-05-14 |
Hodnocení | 4.25/5 Celkem 4 Hodnocení |
Vývojář | https://www.cemgokmen.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/skyman/oscar2ical |
Podporované Jazyky | 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 } } } |