OSCAR+
OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
What is OSCAR+?
OSCAR+ is a Chrome extension developed by Henry LE BERRE, and its main feature is "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.".
Extension Screenshots
Download OSCAR+ Extension CRX File
Download OSCAR+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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."
Extension Basic Information
Name | OSCAR+ |
ID | fcjdbonkjmoampkihabopmahicdimcee |
Official URL | https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee |
Description | OSCAR+ improves the look and feel of Georgia Tech's OSCAR. |
File Size | 32.94 KB |
Installation Count | 39 |
Current Version | 2.1 |
Last Updated | 2021-10-07 |
Publish Date | 2021-07-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Henry LE BERRE |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/henryleberre/GT-UI |
Help Page URL | https://github.com/henryleberre/GT-UI/issues |
Supported Languages | 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" } } |