Demarest GPA Calculator

This extension calculates the GPA for Northern Valley Regional High School at Demarest Students

Demarest GPA Calculator क्या है?

Demarest GPA Calculator Inpyo Lee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Demarest GPA Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        free, easy, and open-source GPA calculator for NVD students.

Feedback:
https://github.com/tenebo/DemarestGPA/issues


Change Log:
[3.3.0]
- patch genesis changes

[3.2.1]
- patch genesis changes

[3.2]
- update calculation to see final

[3.1]
- update calculation

[3.0]
- update calculation

[2.0]
- Add unweighted gpa calculation
- Add outcome of GPA by changes in grade

[1.3]
- Remove auto-calculate permission without clicking the app

[1.2]
- Update UI
- Minify code 130KB to 78KB
- Add auto-calculate permission

[1.1]
- First release                    

एक्सटेंशन की मूल जानकारी

नाम Demarest GPA Calculator Demarest GPA Calculator
ID pggbiifbjifdpjccconjffpfaidfifbd
आधिकारिक URL https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd
विवरण This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
फ़ाइल का आकार 60.47 KB
स्थापना संख्या 549
वर्तमान संस्करण 3.3.1
अंतिम अपडेट 2024-01-09
प्रकाशन तिथि 2023-01-05
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Inpyo Lee
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tenebo/DemarestGPA
सहायता पृष्ठ URL https://www.paypal.com/paypalme/paid529
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Demarest GPA Calculator",
    "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students",
    "version": "3.3.1",
    "author": "Inpyo Lee",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Demarest GPA",
        "default_popup": ".\/popup.html"
    }
}