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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |