Weighted and Final Grade Calculator

Calculate your weighted and final grades easily and efficiently

Co to jest Weighted and Final Grade Calculator?

Weighted and Final Grade Calculator to rozszerzenie Chrome opracowane przez Farzan Haq, a jego główną funkcją jest „Calculate your weighted and final grades easily and efficiently”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Weighted and Final Grade Calculator

Pobierz pliki rozszerzeń Weighted and Final Grade Calculator 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

                        Looking to find out what your current weighted grade is, or wondering what you need on the final to end with a certain mark? This calculator has the answers! Its intuitive and simplistic interface makes it easy to efficiently calculate your weighted and final grades.                    

Podstawowe informacje o rozszerzeniu

Nazwa Weighted and Final Grade Calculator Weighted and Final Grade Calculator
ID ibblcmhbhgnffagpeaoooadkkkopekbh
Oficjalny URL https://chromewebstore.google.com/detail/weighted-and-final-grade/ibblcmhbhgnffagpeaoooadkkkopekbh
Opis Calculate your weighted and final grades easily and efficiently
Rozmiar pliku 55.84 KB
Liczba instalacji 79
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-09-02
Data Publikacji 2017-09-02
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper Farzan Haq
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weighted and Final Grade Calculator",
    "version": "1.0",
    "description": "Calculate your weighted and final grades easily and efficiently",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage"
    ]
}