Better Brightspace

Changes the Brightspace homepage to focus on current courses.

Apa itu Better Brightspace?

Better Brightspace adalah ekstensi Chrome yang dikembangkan oleh 2matto, dan fitur utamanya adalah "Changes the Brightspace homepage to focus on current courses.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better Brightspace

Unduh file ekstensi Better Brightspace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Better Brightspace Better Brightspace
ID hgfcmgimdjhecjhmhemcdibgfcnhmmgd
URL Resmi https://chromewebstore.google.com/detail/better-brightspace/hgfcmgimdjhecjhmhemcdibgfcnhmmgd
Deskripsi Changes the Brightspace homepage to focus on current courses.
Ukuran File 47.41 KB
Jumlah Instalasi 45
Versi Saat Ini 0.0.0.6
Terakhir Diperbarui 2019-01-21
Tanggal Publikasi 2019-01-21
Penilaian 1.00/5 Total 1 Penilaian
Pengembang 2matto
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}