Old Blackboard
Reverts Blackboard back to the old UI
Was ist Old Blackboard?
Old Blackboard ist eine Chrome-Erweiterung, die von Jonoym entwickelt wurde, und ihr Hauptmerkmal ist "Reverts Blackboard back to the old UI".
Erweiterungsscreenshots
Old Blackboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Old Blackboard-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
UQ has updated its Blackboard UI to something that doesn't feel great to use (animations and inability to open multiple tabs easily) and the link to the previous UI no longer has methods of navigating to courses and to the homepage. This extension builds on the old UI by adding back the header and course list. https://addons.mozilla.org/en-GB/firefox/addon/old-blackboard/
Grundlegende Informationen zur Erweiterung
Name | Old Blackboard |
ID | olgiclpbcddkfemohjbfoppcccffdkil |
Offizielle URL | https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil |
Beschreibung | Reverts Blackboard back to the old UI |
Dateigröße | 306 KB |
Installationsanzahl | 66 |
Aktuelle Version | 1.1 |
Letztes Update | 2023-10-11 |
Veröffentlichungsdatum | 2023-06-25 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Jonoym |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Old Blackboard", "description": "Reverts Blackboard back to the old UI", "version": "1.1", "content_scripts": [ { "matches": [ "https:\/\/learn.uq.edu.au\/webapps\/*" ], "js": [ "code\/content.js" ], "css": [ "code\/styles.css" ], "run_at": "document_end" }, { "matches": [ "https:\/\/learn.uq.edu.au\/ultra\/course", "https:\/\/learn.uq.edu.au\/ultra" ], "js": [ "code\/redirect.js" ], "run_at": "document_start" } ], "icons": { "128": "128.png" } } |