Blackboard Enhancement Suite

Various layout and style changes intended to improve the usability of Blackboard

Blackboard Enhancement Suite là gì?

Blackboard Enhancement Suite là một tiện ích mở rộng Chrome được phát triển bởi https://devinrousso.com, và tính năng chính của nó là "Various layout and style changes intended to improve the usability of Blackboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blackboard Enhancement Suite

Tải xuống các tệp mở rộng Blackboard Enhancement Suite 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

                        If you like this extension and want it to work with your school, create an issue on the support page and I will do my best to make it work.

Version 1.3.0:
 - A settings page has now been added to let you choose between making the "List View" or "Tree View" default in the Forum/Discussion page

Version 1.2.0:
 - Added support for all schools matching "blackboard.___.edu" and "bb.___.edu"
 - Added support for versions that don't use frames

Version 1.1.0:
 - Opening classes in new tabs now preserves the navigational header

Version 1.0.0:
 - Created extension
 - Currently supported schools: USC
 - Logo in top left corner will now reload current page instead of opening Blackboard in a new tab
 - Past courses (under My Courses Plus module) will be hidden from immediate sight and can be accessed by clicking the "Show Past Courses" link                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blackboard Enhancement Suite Blackboard Enhancement Suite
ID mbmniljdacmobchkdodbbimnnfemgjda
URL Chính Thức https://chromewebstore.google.com/detail/blackboard-enhancement-su/mbmniljdacmobchkdodbbimnnfemgjda
Mô tả Various layout and style changes intended to improve the usability of Blackboard
Kích Thước Tệp 39.52 KB
Số Lần Cài Đặt 8,108
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-12-20
Ngày Phát Hành 2015-12-19
Đánh Giá 2.88/5 Tổng số 40 Đánh Giá
Nhà Phát Triển https://devinrousso.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/dcrousso/BlackboardEnhancementSuite/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.edu\/*",
                "https:\/\/*.edu\/*"
            ],
            "include_globs": [
                "https:\/\/bb.*.edu\/*",
                "http:\/\/bb.*.edu\/*",
                "https:\/\/blackboard.*.edu\/*",
                "http:\/\/blackboard.*.edu\/*"
            ],
            "js": [
                "scripts\/enhance.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html",
        "persistent": false
    }
}