Course Label

Label courses in Ninova

Course Label क्या है?

Course Label Fatih Mustafa Buçak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Label courses in Ninova"।

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

screenshot
screenshot
screenshot

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

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

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

                        Replace course codes with course names
Hide old classes without leaving
Create reminder for your homework on your calendar by clicking the Google Calendar button                    

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

नाम Course Label Course Label
ID cgljhidiioodhdhfgnociobnpchejdng
आधिकारिक URL https://chromewebstore.google.com/detail/course-label/cgljhidiioodhdhfgnociobnpchejdng
विवरण Label courses in Ninova
फ़ाइल का आकार 17.8 KB
स्थापना संख्या 1,135
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2021-03-08
रेटिंग 4.94/5 कुल 32 रेटिंग्स
डेवलपर Fatih Mustafa Buçak
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Course Label",
    "version": "1.0.1",
    "author": "Fatih Mustafa Bucak",
    "description": "Label courses in Ninova",
    "permissions": [],
    "options_page": "info.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ninova.itu.edu.tr\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 3
}