Gradescope Calculator

Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.

ما هو Gradescope Calculator؟

Gradescope Calculator هو إضافة Chrome تم تطويرها بواسطة thegde023، والميزة الرئيسية لها هي "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Gradescope Calculator

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

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

                        This extension works on the website https://www.gradescope.com, a college submissions site. The extension calculates the average score across different categories of submissions such as "Exam", "Homework", "quiz", etc. The user can specify the weightage of each category, and the number of drops allowed (if any) so that the overall score can be summarized. This extension is not affiliated with Gradescope or its parent company in any way.                    

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

الاسم Gradescope Calculator Gradescope Calculator
ID nigkojmgohclldgaenhbclkcbmblmenc
عنوان URL الرسمي https://chromewebstore.google.com/detail/gradescope-calculator/nigkojmgohclldgaenhbclkcbmblmenc
الوصف Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.
حجم الملف 17.06 KB
عدد التثبيتات 60
النسخة الحالية 0.0.1.2
آخر تحديث 2022-09-11
تاريخ النشر 2021-12-12
المطور thegde023
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gradescope Calculator",
    "description": "Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.",
    "version": "0.0.1.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/ExtensionLogo16.png",
            "32": "\/images\/ExtensionLogo32.png",
            "48": "\/images\/ExtensionLogo48.png",
            "128": "\/images\/ExtensionLogo128.png"
        },
        "default_title": "Click to open the calculator"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/ExtensionLogo16.png",
        "32": "\/images\/ExtensionLogo32.png",
        "48": "\/images\/ExtensionLogo48.png",
        "128": "\/images\/ExtensionLogo128.png"
    }
}