Old Blackboard
Reverts Blackboard back to the old UI
Wat is Old Blackboard?
Old Blackboard is een Chrome-extensie ontwikkeld door Jonoym, en de belangrijkste functie is "Reverts Blackboard back to the old UI".
Extensie Screenshots
Download het CRX-bestand van de extensie Old Blackboard
Download Old Blackboard-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
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/
Basisinformatie over de Extensie
Naam | Old Blackboard |
ID | olgiclpbcddkfemohjbfoppcccffdkil |
Officiële URL | https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil |
Beschrijving | Reverts Blackboard back to the old UI |
Bestandsgrootte | 306 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2023-10-11 |
Publicatiedatum | 2023-06-25 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Jonoym |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |