Blackboard Enhancement Suite

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

什麼是Blackboard Enhancement Suite?

Blackboard Enhancement Suite是由https://devinrousso.com開發的Chrome擴展程式,該擴展的主要功能是“Various layout and style changes intended to improve the usability of Blackboard”。

擴展截圖

screenshot
screenshot

下載Blackboard Enhancement Suite擴展crx文件

下載Blackboard Enhancement Suite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Blackboard Enhancement Suite Blackboard Enhancement Suite
ID mbmniljdacmobchkdodbbimnnfemgjda
官方網址 https://chromewebstore.google.com/detail/blackboard-enhancement-su/mbmniljdacmobchkdodbbimnnfemgjda
簡介 Various layout and style changes intended to improve the usability of Blackboard
檔案大小 39.52 KB
安裝次數 8,108
目前版本 1.3
更新時間 2015-12-20
上架時間 2015-12-19
評分 2.88/5 共 40 次評分
開發者 https://devinrousso.com
付費類型 free
說明頁面URL https://github.com/dcrousso/BlackboardEnhancementSuite/issues
支援的語言 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
    }
}