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ファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |