OSCAR+
OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
Wat is OSCAR+?
OSCAR+ is een Chrome-extensie ontwikkeld door Henry LE BERRE, en de belangrijkste functie is "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.".
Extensie Screenshots
Download het CRX-bestand van de extensie OSCAR+
Download OSCAR+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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."
Basisinformatie over de Extensie
Naam | OSCAR+ |
ID | fcjdbonkjmoampkihabopmahicdimcee |
Officiële URL | https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee |
Beschrijving | OSCAR+ improves the look and feel of Georgia Tech's OSCAR. |
Bestandsgrootte | 32.94 KB |
Aantal Installaties | 39 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2021-10-07 |
Publicatiedatum | 2021-07-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Henry LE BERRE |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/henryleberre/GT-UI |
Help Pagina-URL | https://github.com/henryleberre/GT-UI/issues |
Ondersteunde Talen | 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" } } |