Old Blackboard

Reverts Blackboard back to the old UI

Old Blackboard là gì?

Old Blackboard là một tiện ích mở rộng Chrome được phát triển bởi Jonoym, và tính năng chính của nó là "Reverts Blackboard back to the old UI".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Old Blackboard

Tải xuống các tệp mở rộng Old Blackboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Old Blackboard Old Blackboard
ID olgiclpbcddkfemohjbfoppcccffdkil
URL Chính Thức https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil
Mô tả Reverts Blackboard back to the old UI
Kích Thước Tệp 306 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2023-06-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jonoym
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}