manaba2kdb
Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page.
manaba2kdb란 무엇입니까?
manaba2kdb은(는) smasato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the course number of manaba (for University of Tsukuba) to link to the KdB syllabus page."입니다.
확장 프로그램 스크린샷
manaba2kdb 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |