Weighted and Final Grade Calculator

Calculate your weighted and final grades easily and efficiently

Vad är Weighted and Final Grade Calculator?

Weighted and Final Grade Calculator är en Chrome-tillägg utvecklad av Farzan Haq, och dess huvudfunktion är "Calculate your weighted and final grades easily and efficiently".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Weighted and Final Grade Calculator-förlängningens CRX-fil

Ladda ner Weighted and Final Grade Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Weighted and Final Grade Calculator Weighted and Final Grade Calculator
ID ibblcmhbhgnffagpeaoooadkkkopekbh
Officiell webbadress https://chromewebstore.google.com/detail/weighted-and-final-grade/ibblcmhbhgnffagpeaoooadkkkopekbh
Beskrivning Calculate your weighted and final grades easily and efficiently
Filstorlek 55.84 KB
Antal Installationer 79
Aktuell Version 1.0
Senast Uppdaterad 2017-09-02
Publiceringsdatum 2017-09-02
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare Farzan Haq
Betalningssätt free
Stödda Språk 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"
    ]
}