IC GPA Calculator

Calculates GPA on Infinite Campus

Hvad er IC GPA Calculator?

IC GPA Calculator er en Chrome-udvidelse udviklet af apknusel, og dens hovedfunktion er "Calculates GPA on Infinite Campus".

Udvidelsesskærmbilleder

screenshot

Download IC GPA Calculator-udvidelses-CRX-fil

Download IC GPA Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn IC GPA Calculator IC GPA Calculator
ID bleagfmkkdoecmeknnaeooghpfjepmjo
Officiel URL https://chromewebstore.google.com/detail/ic-gpa-calculator/bleagfmkkdoecmeknnaeooghpfjepmjo
Beskrivelse Calculates GPA on Infinite Campus
Filstørrelse 42.02 KB
Antal Installationer 90
Nuværende Version 1.2
Senest Opdateret 2020-10-12
Udgivelsesdato 2020-10-12
Bedømmelse 2.33/5 Samlet 3 Bedømmelser
Udvikler apknusel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/apknusel/Infinite_Campus_GPA_Calculator
Understøttede Sprog 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."
    }
}