Better Blackboard
Slight modifications to Blackboard to make it a bit better.
Better Blackboardคืออะไร?
Better Blackboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Kilpatrick และคุณลักษณะหลักของมันคือ "Slight modifications to Blackboard to make it a bit better."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Blackboard
ดาวน์โหลดไฟล์ส่วนขยาย Better Blackboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This add-on makes some minor modifications to the University of Manchester Blackboard homepage to make it more usable: - Replace the 'welcome' image with a list of upcoming deadlines, and submission links - Hide previous semester course units from the "Current courses" tab The source code for this add-on can be found at https://github.com/Matthew-Kilpatrick/Better-Blackboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Blackboard |
ID | fkpohfnejjimkfbdfmlojhjmgjajckkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-blackboard/fkpohfnejjimkfbdfmlojhjmgjajckkk |
คำอธิบาย | Slight modifications to Blackboard to make it a bit better. |
ขนาดไฟล์ | 22.81 KB |
จำนวนการติดตั้ง | 131 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2021-02-22 |
วันที่เผยแพร่ | 2021-02-22 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Matthew Kilpatrick |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Matthew-Kilpatrick/Better-Blackboard |
URL หน้าช่วยเหลือ | https://github.com/Matthew-Kilpatrick/Better-Blackboard/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Blackboard", "version": "1.1.2", "icons": { "16": "assets\/icons\/favicon-16.png", "32": "assets\/icons\/favicon-32.png", "48": "assets\/icons\/favicon-48.png", "128": "assets\/icons\/favicon-128.png" }, "description": "Slight modifications to Blackboard to make it a bit better.", "homepage_url": "https:\/\/github.com\/Matthew-Kilpatrick\/better-blackboard", "short_name": "Better Blackboard", "permissions": [ "http:\/\/online.manchester.ac.uk\/*", "https:\/\/online.manchester.ac.uk\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "Matthew Kilpatrick", "minimum_chrome_version": "49", "content_scripts": [ { "matches": [ "http:\/\/online.manchester.ac.uk\/*", "https:\/\/online.manchester.ac.uk\/*" ], "js": [ "js\/contentScript.bundle.js" ], "css": [ "assets\/css\/contentScript.css" ] } ] } |