Better Brightspace
Changes the Brightspace homepage to focus on current courses.
Better Brightspace là gì?
Better Brightspace là một tiện ích mở rộng Chrome được phát triển bởi 2matto, và tính năng chính của nó là "Changes the Brightspace homepage to focus on current courses.".
Ả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 Better Brightspace
Tải xuống các tệp mở rộng Better Brightspace 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Better Brightspace |
ID | hgfcmgimdjhecjhmhemcdibgfcnhmmgd |
URL Chính Thức | https://chromewebstore.google.com/detail/better-brightspace/hgfcmgimdjhecjhmhemcdibgfcnhmmgd |
Mô tả | Changes the Brightspace homepage to focus on current courses. |
Kích Thước Tệp | 47.41 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 0.0.0.6 |
Cập Nhật Lần Cuối | 2019-01-21 |
Ngày Phát Hành | 2019-01-21 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 2matto |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Brightspace", "version": "0.0.0.6", "description": "Changes the Brightspace homepage to focus on current courses.", "icons": { "128": "BetterBrightSpace-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.brightspace.com\/*" ], "css": [ "content.css" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.brightspace.com\/d2l\/home" ], "js": [ "home-content.js" ] }, { "run_at": "document_end", "matches": [ "*:\/\/*.brightspace.com\/d2l\/le\/content\/*\/Home" ], "js": [ "course-content.js" ] } ], "browser_action": { "default_icon": "BetterBrightSpace-128.png" }, "manifest_version": 2 } |