Course Label
Label courses in Ninova
什么是Course Label?
Course Label是由Fatih Mustafa Buçak开发的Chrome扩展程序,该扩展的主要功能是“Label courses in Ninova”。
扩展截图
下载Course Label扩展crx文件
下载Course Label扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |