Gradescope Calculator

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

Gradescope Calculatorとは何ですか?

Gradescope Calculatorはthegde023によって開発されたChromeの拡張機能で、その主な機能は「Calculates overall grade from individual scores on Gradescope. This extension is not affiliated with Gradescope in any way.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Gradescope Calculator拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}