OSCAR+

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

Hvad er OSCAR+?

OSCAR+ er en Chrome-udvidelse udviklet af Henry LE BERRE, og dens hovedfunktion er "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download OSCAR+-udvidelses-CRX-fil

Download OSCAR+-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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."                    

Grundlæggende oplysninger om udvidelsen

Navn OSCAR+ OSCAR+
ID fcjdbonkjmoampkihabopmahicdimcee
Officiel URL https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee
Beskrivelse OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
Filstørrelse 32.94 KB
Antal Installationer 39
Nuværende Version 2.1
Senest Opdateret 2021-10-07
Udgivelsesdato 2021-07-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Henry LE BERRE
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/henryleberre/GT-UI
Hjælpeside-URL https://github.com/henryleberre/GT-UI/issues
Understøttede Sprog 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"
    }
}