Schoology Grade Manager

An easier way to manage your grades, with a built in GPA calculator!

Schoology Grade Managerとは何ですか?

Schoology Grade Managerはalekseyvalouevによって開発されたChromeの拡張機能で、その主な機能は「An easier way to manage your grades, with a built in GPA calculator!」です。

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

screenshot

Schoology Grade Manager拡張機能のCRXファイルをダウンロード

Schoology Grade Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Schoology Grade Manager is a chrome extension that offers quality of life updates to Schoology, allowing you to access your grades remotely for convenient viewing. It also includes a GPA calculator that you can use to calculate your GPA automatically, for more convenience.

Suggestions and Issues
Submit any suggestions, issues, or complaints to [email protected].

Creator
This project is created and managed by https://github.com/alekseyvalouev. 

License
This project is open source under the MIT License. See the https://github.com/alekseyvalouev/SchoologyGradeManager/blob/master/LICENSE for more information.

Disclaimer
Schoology Grade Manager is not affiliated with Schoology Inc. Schoology, the SCHOOLOGY® wordmark, and the S logo are registered and unregistered trademarks of Schoology, Inc. in the United States. All product names, logos, and brands are property of their respective owners.                    

拡張機能の基本情報

名前 Schoology Grade Manager Schoology Grade Manager
ID llkgdcclhbafnipliijnbojgfpegidje
公式URL https://chromewebstore.google.com/detail/schoology-grade-manager/llkgdcclhbafnipliijnbojgfpegidje
説明 An easier way to manage your grades, with a built in GPA calculator!
ファイルサイズ 28.52 KB
インストール数 1,682
現在のバージョン 1.13
最終更新日 2021-12-16
公開日 2021-11-20
評価 4.00/5 合計 4 レビュー
開発者 alekseyvalouev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schoology Grade Manager",
    "description": "An easier way to manage your grades, with a built in GPA calculator!",
    "version": "1.13",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16x.png",
            "32": "\/images\/logo32x.png",
            "48": "\/images\/logo48x.png",
            "128": "\/images\/logo128x.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16x.png",
        "32": "\/images\/logo32x.png",
        "48": "\/images\/logo48x.png",
        "128": "\/images\/logo128x.png"
    }
}