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
官方網址 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
電子郵箱 [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"
        ]
    }
}