BetterBoard (Unofficial Blackboard Extension)
Enhance your Blackboard experience
BetterBoard (Unofficial Blackboard Extension) là gì?
BetterBoard (Unofficial Blackboard Extension) là một tiện ích mở rộng Chrome được phát triển bởi Joey Barr, và tính năng chính của nó là "Enhance your Blackboard experience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BetterBoard (Unofficial Blackboard Extension)
Tải xuống các tệp mở rộng BetterBoard (Unofficial Blackboard Extension) 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
The latest in my suite of LMS extensions, this extension is designed to improve the user experience on Blackboard, both aesthetically and functionally. Features include: -graphical improvements, namely movement toward material design -Roboto font -removal of extraneous elements from homepage -collapsed course content and made expandable (increasing readability and ease of navigation) -announcements are shown as red "!" instead of adding to length of course list -customizable course names -hidable courses -heat-map style grade change notifiers And more to come! Please note: This product was designed around Purdue University's version of Blackboard in mind. If you notice discrepancies, feel free to drop me a line. Thank you for installing! I'm currently a broke college student. If you'd like to provide a capitalistic thank you for my work, feel free to donate at paypal.me/JosephMBarr. Disclaimer: This product is in no way affiliated with Purdue University or Blackboard, Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lcbgohcpebiaemadmcmkomcckookpjbm |
URL Chính Thức | https://chrome.google.com/webstore/detail/betterboard-unofficial-bl/lcbgohcpebiaemadmcmkomcckookpjbm |
Mô tả | Enhance your Blackboard experience |
Kích Thước Tệp | 867 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2017-12-06 |
Ngày Phát Hành | 2017-12-06 |
Nhà Phát Triển | Joey Barr |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BetterBoard (Unofficial Blackboard Extension)", "short_name": "BetterBoard", "description": "Enhance your Blackboard experience", "version": "0.1.1", "permissions": [ "activeTab", "storage", "declarativeContent" ], "content_scripts": [ { "matches": [ "*:\/\/mycourses.purdue.edu\/*" ], "js": [ "\/js\/jquery.js", "\/js\/materialize.min.js", "\/js\/betterboard.js" ], "css": [ "css\/betterboard.css", "css\/materialize.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "\/resources\/*.png", "\/css\/*.css", "\/fonts\/roboto\/*.woff", "\/fonts\/roboto\/*.woff2", "*.png" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |