Better Brightspace

Changes the Brightspace homepage to focus on current courses.

ما هو Better Brightspace؟

Better Brightspace هو إضافة Chrome تم تطويرها بواسطة 2matto، والميزة الرئيسية لها هي "Changes the Brightspace homepage to focus on current courses.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Better Brightspace

قم بتنزيل ملفات الامتداد Better Brightspace بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Better Brightspace Better Brightspace
ID hgfcmgimdjhecjhmhemcdibgfcnhmmgd
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-brightspace/hgfcmgimdjhecjhmhemcdibgfcnhmmgd
الوصف Changes the Brightspace homepage to focus on current courses.
حجم الملف 47.41 KB
عدد التثبيتات 45
النسخة الحالية 0.0.0.6
آخر تحديث 2019-01-21
تاريخ النشر 2019-01-21
تقييم 1.00/5 مجموع تقييمات 1
المطور 2matto
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}