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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}