GWA Calculator

A simple GWA Calculator extension.

GWA Calculatorとは何ですか?

GWA Calculatorはgcmilloraによって開発されたChromeの拡張機能で、その主な機能は「A simple GWA Calculator extension.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A simple GWA Calculator expansion using HTML,CSS and JavaScript. Users will be able to input each of their grades and its corresponding units and calculate for their General Weighted Average.

The extension would help students to calculate and know their GWA or GPA automatically without using calculators and doing extra multiple steps.                    

拡張機能の基本情報

名前 GWA Calculator GWA Calculator
ID eompkohifnhnjdchhaieegileekehjhn
公式URL https://chromewebstore.google.com/detail/gwa-calculator/eompkohifnhnjdchhaieegileekehjhn
説明 A simple GWA Calculator extension.
ファイルサイズ 328 KB
インストール数 949
現在のバージョン 1.0
最終更新日 2021-07-12
公開日 2021-07-11
評価 5.00/5 合計 2 レビュー
開発者 gcmillora
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/gcmillora/GWA-Calculator-Chrome-Extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GWA Calculator",
    "description": "A simple GWA Calculator extension.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "content.html",
        "default_title": "GWA Calculator"
    },
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.ttf"
    ],
    "background": {
        "script": [
            "content.js"
        ]
    }
}