Old Blackboard

Reverts Blackboard back to the old UI

Qu'est-ce que Old Blackboard ?

Old Blackboard est une extension Chrome développée par Jonoym, et sa fonction principale est "Reverts Blackboard back to the old UI".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Old Blackboard

Téléchargez les fichiers d'extension Old Blackboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Old Blackboard Old Blackboard
ID olgiclpbcddkfemohjbfoppcccffdkil
URL Officiel https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil
Description Reverts Blackboard back to the old UI
Taille du Fichier 306 KB
Nombre d'Installations 66
Version Actuelle 1.1
Dernière Mise à Jour 2023-10-11
Date de Publication 2023-06-25
Évaluation 5.00/5 Total 4 Évaluations
Développeur Jonoym
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}