PlusPortals Analyzer

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

Co to jest PlusPortals Analyzer?

PlusPortals Analyzer to rozszerzenie Chrome opracowane przez anye.dev.meltdown, a jego główną funkcją jest „This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PlusPortals Analyzer

Pobierz pliki rozszerzeń PlusPortals Analyzer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa PlusPortals Analyzer PlusPortals Analyzer
ID ankldoalnghilejknkjibcjgddmhjagb
Oficjalny URL https://chromewebstore.google.com/detail/plusportals-analyzer/ankldoalnghilejknkjibcjgddmhjagb
Opis This will tell you a variety of different things about your grades, and how you can improve. Made by Anay Mittal.
Rozmiar pliku 753 KB
Liczba instalacji 137
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2023-09-01
Data Publikacji 2023-04-26
Ocena 4.00/5 Łącznie 10 Oceny
Deweloper anye.dev.meltdown
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}