Blackboard Enhancer
Enhance and simplify your Blackboard experience.
Blackboard Enhancerคืออะไร?
Blackboard Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sarmad Hashmi และคุณลักษณะหลักของมันคือ "Enhance and simplify your Blackboard experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blackboard Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย Blackboard Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This enhances the Blackboard experience by displaying important information right on your homepage. V2: - Display last 5 updates on homepage (still in BETA, please report any problems!) - Further simplify homepage by giving users the option to hide all tabs - Added new and simple icons V1: - Display course content on front page instead of having to open individual course pages - Only display university/campus relevant information - Link to class-relevant files (such as assignment pdfs or slideshows) Planned features: - Hide courses on the go - Your suggestion could be next! Currently, this has only been tested with University of Ottawa's blackboard system. Not affiliated in any way with the University of Ottawa or Blackboard Learn.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blackboard Enhancer |
ID | fbpdcbjdehdckmkjhabppnmmemigokdh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blackboard-enhancer/fbpdcbjdehdckmkjhabppnmmemigokdh |
คำอธิบาย | Enhance and simplify your Blackboard experience. |
ขนาดไฟล์ | 41.53 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2017-01-19 |
วันที่เผยแพร่ | 2017-01-18 |
ผู้พัฒนา | Sarmad Hashmi |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.sarmadhashmi.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blackboard Enhancer", "short_name": "blackboard-enhancer", "description": "Enhance and simplify your Blackboard experience.", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/blackboard.uottawa.ca\/webapps\/portal\/*", "https:\/\/uottawa.blackboard.com\/webapps\/portal\/*" ], "js": [ "jquery-2.2.3.min.js", "jquery.timeago.js", "content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "browser_action": { "default_icon": "icon16.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |