IC GPA Calculator

Calculates GPA on Infinite Campus

Was ist IC GPA Calculator?

IC GPA Calculator ist eine Chrome-Erweiterung, die von apknusel entwickelt wurde, und ihr Hauptmerkmal ist "Calculates GPA on Infinite Campus".

Erweiterungsscreenshots

screenshot

IC GPA Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie IC GPA Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This is a Google Chrome Extension that uses JavaScript and HTML to calculate a students current weighted and unweighted GPA on Infinite Campus.                    

Grundlegende Informationen zur Erweiterung

Name IC GPA Calculator IC GPA Calculator
ID bleagfmkkdoecmeknnaeooghpfjepmjo
Offizielle URL https://chromewebstore.google.com/detail/ic-gpa-calculator/bleagfmkkdoecmeknnaeooghpfjepmjo
Beschreibung Calculates GPA on Infinite Campus
Dateigröße 42.02 KB
Installationsanzahl 90
Aktuelle Version 1.2
Letztes Update 2020-10-12
Veröffentlichungsdatum 2020-10-12
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler apknusel
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/apknusel/Infinite_Campus_GPA_Calculator
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IC GPA Calculator",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Calculates GPA on Infinite Campus",
    "icons": {
        "16": "16x16logo.png",
        "48": "48x48logo.png",
        "128": "128x128logo.png",
        "192": "192x192logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "192x192logo.png",
        "default_popup": "popup.html",
        "default_title": "A popup will be here."
    }
}