OSCAR+
OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
Vad är OSCAR+?
OSCAR+ är en Chrome-tillägg utvecklad av Henry LE BERRE, och dess huvudfunktion är "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.".
Tilläggsskärmbilder
Ladda ner OSCAR+-förlängningens CRX-fil
Ladda ner OSCAR+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | fcjdbonkjmoampkihabopmahicdimcee |
| Officiell webbadress | https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee |
| Beskrivning | OSCAR+ improves the look and feel of Georgia Tech's OSCAR. |
| Filstorlek | 32.94 KB |
| Antal Installationer | 39 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2021-10-07 |
| Publiceringsdatum | 2021-07-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Henry LE BERRE |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/henryleberre/GT-UI |
| Hjälpsida URL | https://github.com/henryleberre/GT-UI/issues |
| Stödda Språk | 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"
}
} | |