Old Blackboard
Reverts Blackboard back to the old UI
Cos'è Old Blackboard?
Old Blackboard è un'estensione di Chrome sviluppata da Jonoym, e la sua funzione principale è "Reverts Blackboard back to the old UI".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Old Blackboard
Scarica i file di estensione Old Blackboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Old Blackboard |
ID | olgiclpbcddkfemohjbfoppcccffdkil |
URL Ufficiale | https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil |
Descrizione | Reverts Blackboard back to the old UI |
Dimensione del File | 306 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-10-11 |
Data di Pubblicazione | 2023-06-25 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Jonoym |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |