PlusPortals Analyzer

This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.

Was ist PlusPortals Analyzer?

PlusPortals Analyzer ist eine Chrome-Erweiterung, die von anye.dev.meltdown entwickelt wurde, und ihr Hauptmerkmal ist "This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.".

Erweiterungsscreenshots

screenshot

PlusPortals Analyzer-Erweiterungs-CRX-Datei herunterladen

Laden Sie PlusPortals Analyzer-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 tool will effortlessly calculate you GPA on PlusPortals! All you have to do is click the extension, and you're done! It even tells you areas in which you can improve to achieve a higher GPA. Made by Anay Mittal.

v1 (April 26, 2023)

Basic Calculator

v2 (August 31, 2023)

Advanced classes for higher GPA (AP, IB, Honors)
Bug fix (Works without www now)
Version indicator (bottom-left)                    

Grundlegende Informationen zur Erweiterung

Name PlusPortals Analyzer PlusPortals Analyzer
ID ankldoalnghilejknkjibcjgddmhjagb
Offizielle URL https://chromewebstore.google.com/detail/plusportals-analyzer/ankldoalnghilejknkjibcjgddmhjagb
Beschreibung This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.
Dateigröße 753 KB
Installationsanzahl 137
Aktuelle Version 1.1
Letztes Update 2023-09-01
Veröffentlichungsdatum 2023-04-26
Bewertung 4.00/5 Insgesamt 10 Bewertungen
Entwickler anye.dev.meltdown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PlusPortals Analyzer",
    "version": "1.1",
    "description": "This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "icon.png"
    }
}