UoL Coursera Grades

Shows staff-graded project grades on the calendar page

ما هو UoL Coursera Grades؟

UoL Coursera Grades هو إضافة Chrome تم تطويرها بواسطة spencereick، والميزة الرئيسية لها هي "Shows staff-graded project grades on the calendar page".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة UoL Coursera Grades

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

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

                        Use this only if you are doing University of London's online BSc Computer Science via Coursera.

The extension is useful for seeing unofficial grades for midterm and final projects. You must use the "New Experience" UI for this to work properly. When on the home calendar page, you will see a button that will display any grades that have yet to be officially released.

Credit to freepik.com for the icon.                    

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

الاسم UoL Coursera Grades UoL Coursera Grades
ID dhpmaakdfkbiagigolpmjdiancfhhick
عنوان URL الرسمي https://chromewebstore.google.com/detail/uol-coursera-grades/dhpmaakdfkbiagigolpmjdiancfhhick
الوصف Shows staff-graded project grades on the calendar page
حجم الملف 8.34 KB
عدد التثبيتات 2,000
النسخة الحالية 1.0.0
آخر تحديث 2021-08-23
تاريخ النشر 2021-08-01
تقييم 4.84/5 مجموع تقييمات 25
المطور spencereick
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UoL Coursera Grades",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Shows staff-graded project grades on the calendar page",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.coursera.org\/degrees\/bachelor-of-science-computer-science-london\/home",
        "webRequest"
    ]
}