manaba2kdb
Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.
manaba2kdbคืออะไร?
manaba2kdb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smasato และคุณลักษณะหลักของมันคือ "Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย manaba2kdb
ดาวน์โหลดไฟล์ส่วนขยาย manaba2kdb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension changes the course number on the manaba(for University of Tsukuba) course page to a link on the KdB(Curriculum Scheduling Support System for University of Tsukuba students) syllabus page. manaba(for University of Tsukuba) http://manaba.tsukuba.ac.jp/ KdB(Curriculum Scheduling Support System for University of Tsukuba students) https://kdb.tsukuba.ac.jp/ Welcome contribution at https://github.com/smasato/manaba2kdb
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | manaba2kdb |
ID | ladninjcfokoplngpcmlfkijickcoanc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/manaba2kdb/ladninjcfokoplngpcmlfkijickcoanc |
คำอธิบาย | Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page. |
ขนาดไฟล์ | 9.16 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-12-08 |
วันที่เผยแพร่ | 2020-05-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | smasato |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/smasato/manaba2kdb |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "manaba2kdb", "version": "1.1.0", "description": "Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "author": "smasato", "content_scripts": [ { "matches": [ "https:\/\/manaba.tsukuba.ac.jp\/ct\/course_*", "https:\/\/manaba.tsukuba.ac.jp\/ct\/page_*" ], "js": [ "src\/script.js" ], "run_at": "document_end" } ] } |