Course Label

Label courses in Ninova

ما هو Course Label؟

Course Label هو إضافة Chrome تم تطويرها بواسطة Fatih Mustafa Buçak، والميزة الرئيسية لها هي "Label courses in Ninova".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Course Label

قم بتنزيل ملفات الامتداد Course Label بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}