Gpa calculator

Quick launch GPA viewer for Yorku students

Gpa calculator क्या है?

Gpa calculator Alexander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick launch GPA viewer for Yorku students"।

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

screenshot
screenshot
screenshot

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

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

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

                        An extension for students at York University to view their overall , sessional, and choice of culminative Grade Point Average (GPA) in a click of a button.                    

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

नाम Gpa calculator Gpa calculator
ID lpabmedjkjjjpjmeadnbpbmbklhnbbel
आधिकारिक URL https://chromewebstore.google.com/detail/gpa-calculator/lpabmedjkjjjpjmeadnbpbmbklhnbbel
विवरण Quick launch GPA viewer for Yorku students
फ़ाइल का आकार 120 KB
स्थापना संख्या 43
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-08-02
प्रकाशन तिथि 2020-07-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Alexander
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gpa calculator",
    "version": "1.0",
    "description": "Quick launch GPA viewer for Yorku students",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wrem.sis.yorku.ca\/Apps\/WebObjects\/ydml.woa\/wa\/DirectAction\/document?name=CourseListv1",
                "https:\/\/w6prod.sis.yorku.ca\/yda\/student"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "eecs calculator",
        "default_icon": "icon.png"
    }
}