Old Blackboard

Reverts Blackboard back to the old UI

Apa itu Old Blackboard?

Old Blackboard adalah ekstensi Chrome yang dikembangkan oleh Jonoym, dan fitur utamanya adalah "Reverts Blackboard back to the old UI".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Old Blackboard

Unduh file ekstensi Old Blackboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Old Blackboard Old Blackboard
ID olgiclpbcddkfemohjbfoppcccffdkil
URL Resmi https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil
Deskripsi Reverts Blackboard back to the old UI
Ukuran File 306 KB
Jumlah Instalasi 66
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-10-11
Tanggal Publikasi 2023-06-25
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Jonoym
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}