Old Blackboard

Reverts Blackboard back to the old UI

Old Blackboardคืออะไร?

Old Blackboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonoym และคุณลักษณะหลักของมันคือ "Reverts Blackboard back to the old UI"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old Blackboard

ดาวน์โหลดไฟล์ส่วนขยาย Old Blackboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Old Blackboard Old Blackboard
ID olgiclpbcddkfemohjbfoppcccffdkil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/old-blackboard/olgiclpbcddkfemohjbfoppcccffdkil
คำอธิบาย Reverts Blackboard back to the old UI
ขนาดไฟล์ 306 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-10-11
วันที่เผยแพร่ 2023-06-25
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Jonoym
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}