sk.edge
your registration assistant by students, for students
Was ist sk.edge?
sk.edge ist eine Chrome-Erweiterung, die von Nebula Labs entwickelt wurde, und ihr Hauptmerkmal ist "your registration assistant by students, for students".
Erweiterungsscreenshots
sk.edge-Erweiterungs-CRX-Datei herunterladen
Laden Sie sk.edge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
sk.edge is an extension developed and maintained by Nebula Labs, a University of Texas Dallas organization focused on building tools for UTD students.
sk.edge aims to help students during registration by aggregating data from multiple sources and presenting it in a convenient place, right where students pick their courses. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ghipfanpcodcmkjacmmfjdmccdiaahab |
| Offizielle URL | https://chromewebstore.google.com/detail/skedge/ghipfanpcodcmkjacmmfjdmccdiaahab |
| Beschreibung | your registration assistant by students, for students |
| Dateigröße | 252 KB |
| Installationsanzahl | 335 |
| Aktuelle Version | 0.0.2 |
| Letztes Update | 2023-07-09 |
| Veröffentlichungsdatum | 2023-03-24 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Nebula Labs |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.utdnebula.com/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "0.0.2",
"author": "Nebula Labs",
"name": "sk.edge",
"description": "your registration assistant by students, for students",
"background": {
"service_worker": "background.5fadff2f.js"
},
"permissions": [
"storage",
"scripting",
"webNavigation",
"tabs"
],
"content_scripts": [
{
"matches": [
"https:\/\/utdallas.collegescheduler.com\/terms\/*\/courses\/*"
],
"js": [
"content.07616647.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/utdallas.collegescheduler.com\/terms\/*\/courses\/*",
"https:\/\/www.ratemyprofessors.com\/",
"https:\/\/api.utdnebula.com\/"
]
} | |