OSCAR+

OSCAR+ improves the look and feel of Georgia Tech's OSCAR.

Co to jest OSCAR+?

OSCAR+ to rozszerzenie Chrome opracowane przez Henry LE BERRE, a jego główną funkcją jest „OSCAR+ improves the look and feel of Georgia Tech's OSCAR.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia OSCAR+

Pobierz pliki rozszerzeń OSCAR+ 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

                        Enhances the user interface of Georgia Tech's OSCAR.

Our mission statement: "Making Georgia Tech's class registration system as beautiful as its payment gateway."                    

Podstawowe informacje o rozszerzeniu

Nazwa OSCAR+ OSCAR+
ID fcjdbonkjmoampkihabopmahicdimcee
Oficjalny URL https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee
Opis OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
Rozmiar pliku 32.94 KB
Liczba instalacji 39
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2021-10-07
Data Publikacji 2021-07-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Henry LE BERRE
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/henryleberre/GT-UI
Adres URL Strony Pomocy https://github.com/henryleberre/GT-UI/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/oscar.gatech.edu\/*"
            ],
            "resources": [
                "main\/index.html",
                "main\/gt-logo.svg",
                "main\/github-logo.svg"
            ]
        }
    ],
    "name": "OSCAR+",
    "version": "2.1",
    "description": "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oscar.gatech.edu\/*"
            ],
            "css": [
                "main\/tailwind.min.css"
            ],
            "js": [
                "main\/index.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "OSCAR+",
        "default_popup": "popup\/index.html"
    }
}