Better Blackboard

Slight modifications to Blackboard to make it a bit better.

Better Blackboardとは何ですか?

Better BlackboardはMatthew Kilpatrickによって開発されたChromeの拡張機能で、その主な機能は「Slight modifications to Blackboard to make it a bit better.」です。

拡張機能のスクリーンショット

screenshot

Better Blackboard拡張機能のCRXファイルをダウンロード

Better Blackboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This add-on makes some minor modifications to the University of Manchester Blackboard homepage to make it more usable:
- Replace the 'welcome' image with a list of upcoming deadlines, and submission links
- Hide previous semester course units from the "Current courses" tab

The source code for this add-on can be found at https://github.com/Matthew-Kilpatrick/Better-Blackboard                    

拡張機能の基本情報

名前 Better Blackboard Better Blackboard
ID fkpohfnejjimkfbdfmlojhjmgjajckkk
公式URL https://chromewebstore.google.com/detail/better-blackboard/fkpohfnejjimkfbdfmlojhjmgjajckkk
説明 Slight modifications to Blackboard to make it a bit better.
ファイルサイズ 22.81 KB
インストール数 131
現在のバージョン 1.1.2
最終更新日 2021-02-22
公開日 2021-02-22
評価 4.20/5 合計 5 レビュー
開発者 Matthew Kilpatrick
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Matthew-Kilpatrick/Better-Blackboard
ヘルプページのURL https://github.com/Matthew-Kilpatrick/Better-Blackboard/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Blackboard",
    "version": "1.1.2",
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "description": "Slight modifications to Blackboard to make it a bit better.",
    "homepage_url": "https:\/\/github.com\/Matthew-Kilpatrick\/better-blackboard",
    "short_name": "Better Blackboard",
    "permissions": [
        "http:\/\/online.manchester.ac.uk\/*",
        "https:\/\/online.manchester.ac.uk\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Matthew Kilpatrick",
    "minimum_chrome_version": "49",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/online.manchester.ac.uk\/*",
                "https:\/\/online.manchester.ac.uk\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "assets\/css\/contentScript.css"
            ]
        }
    ]
}