Better Brightspace

Changes the Brightspace homepage to focus on current courses.

Co je Better Brightspace?

Better Brightspace je rozšíření Chrome vyvinuté 2matto, a jeho hlavní funkcí je „Changes the Brightspace homepage to focus on current courses.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Better Brightspace

Stáhněte si soubory rozšíření Better Brightspace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Better Brightspace Better Brightspace
ID hgfcmgimdjhecjhmhemcdibgfcnhmmgd
Oficiální URL https://chromewebstore.google.com/detail/better-brightspace/hgfcmgimdjhecjhmhemcdibgfcnhmmgd
Popis Changes the Brightspace homepage to focus on current courses.
Velikost souboru 47.41 KB
Počet instalací 45
Aktuální Verze 0.0.0.6
Poslední Aktualizace 2019-01-21
Datum Vydání 2019-01-21
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář 2matto
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}