Course Label
Label courses in Ninova
Course Labelคืออะไร?
Course Label เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fatih Mustafa Buçak และคุณลักษณะหลักของมันคือ "Label courses in Ninova"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Course Label
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |