Gradescope Grade Calculator

Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.

Gradescope Grade Calculator là gì?

Gradescope Grade Calculator là một tiện ích mở rộng Chrome được phát triển bởi gradescopecalculator, và tính năng chính của nó là "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gradescope Grade Calculator

Tải xuống các tệp mở rộng Gradescope Grade Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Calculates average grades on Gradescope. 

This extension is not associated with Gradescope or its parent company.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gradescope Grade Calculator Gradescope Grade Calculator
ID alhgdioldhlhioomehokfodaopjlmbdb
URL Chính Thức https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb
Mô tả Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Kích Thước Tệp 13.67 KB
Số Lần Cài Đặt 226
Phiên Bản Hiện Tại 1.03
Cập Nhật Lần Cuối 2022-11-06
Ngày Phát Hành 2022-08-31
Nhà Phát Triển gradescopecalculator
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gradescope Grade Calculator",
    "version": "1.03",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gradescope.com\/courses\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "Calculator.png"
    },
    "action": {
        "default_icon": "Calculator.png",
        "default_popup": "index.html",
        "default_title": "Popup"
    }
}