Oscar to iCalendar Converter

Produce iCalendar file from Student Schedule on GT's Oscar.

Co to jest Oscar to iCalendar Converter?

Oscar to iCalendar Converter to rozszerzenie Chrome opracowane przez https://www.cemgokmen.com, a jego główną funkcją jest „Produce iCalendar file from Student Schedule on GT's Oscar.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Oscar to iCalendar Converter

Pobierz pliki rozszerzeń Oscar to iCalendar Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Oscar to iCalendar Converter Oscar to iCalendar Converter
ID phaoabghncoogndmfcapglljmnieknkf
Oficjalny URL https://chromewebstore.google.com/detail/oscar-to-icalendar-conver/phaoabghncoogndmfcapglljmnieknkf
Opis Produce iCalendar file from Student Schedule on GT's Oscar.
Rozmiar pliku 144 KB
Liczba instalacji 99
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-01-08
Data Publikacji 2018-05-14
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://www.cemgokmen.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/skyman/oscar2ical
Obsługiwane Języki 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
        }
    }
}