NYU Albert GPA Calculator

Calculate your GPA on NYU Albert

Qu'est-ce que NYU Albert GPA Calculator ?

NYU Albert GPA Calculator est une extension Chrome développée par Matteo Sandrin, et sa fonction principale est "Calculate your GPA on NYU Albert".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NYU Albert GPA Calculator

Téléchargez les fichiers d'extension NYU Albert GPA Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Have you opened the spanking-new NYU Albert interface?
Have you noticed that there is no sane way to view your GPA?
Fear no more! This Chrome extension adds a nifty table in the "Grades" section of NYU Albert showing your GPA and how it's calculated.

Disclaimer: The grades shown in the screenshot do not represent any specific student.                    

Informations de Base sur l'Extension

Nom NYU Albert GPA Calculator NYU Albert GPA Calculator
ID jdejmgfncfmnfcgkjpmbcnnicfnaidnh
URL Officiel https://chromewebstore.google.com/detail/nyu-albert-gpa-calculator/jdejmgfncfmnfcgkjpmbcnnicfnaidnh
Description Calculate your GPA on NYU Albert
Taille du Fichier 38.64 KB
Nombre d'Installations 42
Version Actuelle 1.01
Dernière Mise à Jour 2018-03-20
Date de Publication 2018-03-20
Développeur Matteo Sandrin
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NYU Albert GPA Calculator",
    "version": "1.01",
    "manifest_version": 2,
    "description": "Calculate your GPA on NYU Albert",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sis.portal.nyu.edu\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ]
        }
    ]
}