Old Blackboard
Reverts Blackboard back to the old UI
什麼是Old Blackboard?
Old Blackboard是由Jonoym開發的Chrome擴展程式,該擴展的主要功能是“Reverts Blackboard back to the old UI”。
擴展截圖
下載Old Blackboard擴展crx文件
下載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 |
ID | olgiclpbcddkfemohjbfoppcccffdkil |
官方網址 | 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" } } |