Course Label

Label courses in Ninova

What is Course Label?

Course Label is a Chrome extension developed by Fatih Mustafa Buçak, and its main feature is "Label courses in Ninova".

Extension Screenshots

screenshot
screenshot
screenshot

Download Course Label Extension CRX File

Download Course Label extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Course Label Course Label
ID cgljhidiioodhdhfgnociobnpchejdng
Official URL https://chromewebstore.google.com/detail/course-label/cgljhidiioodhdhfgnociobnpchejdng
Description Label courses in Ninova
File Size 17.8 KB
Installation Count 1,135
Current Version 1.0.1
Last Updated 2024-02-13
Publish Date 2021-03-08
Rating 4.94/5 Total 32 Ratings
Developer Fatih Mustafa Buçak
Email [email protected]
Payment Type free
Supported Languages 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
}