Make your manaba a little bit more comfortable.
For students of University of Tsukuba.
- University of Tsukuba / 筑波大学
If you want to use it in your univ., please follow the instruction below.
-
Color assignments with colors according to the time remaining
Red: 1 day remaining
Yellow: 3 days remaining
Green: 7 days remaining -
Auto-save report text
-
Highlight the publication deadline of course news and course contents
-
Display the relative position of the grades in the courses
-
Filter courses in mypage by terms/modules
-
Generate
$\LaTeX$ template for reports -
Drag & Drop file upload
-
Remove the confirmation dialogue of external links
-
Add a context menu to open the attend code in Respon
-
締め切りまでの時間による課題一覧の色分け
赤: 期限まであと 1 日
黄: 期限まであと 3 日
緑: 期限まであと 7 日 -
レポート入力画面でのレポート自動保存
-
コースニュースやコンテンツの公開期限を強調表示
-
成績の位置を百分率で表示
-
コースのモジュール別フィルタリング
-
レポートの
$\LaTeX$ テンプレートを生成 -
ドラッグアンドドロップでのファイルアップロード
-
外部リンククリック時の確認ダイアログ排除
-
出席コードを Respon で開く右クリックメニューを追加
This is an unofficial software and has nothing to do with the administration of the University of Tsukuba.
We will not be held responsible for any damages and troubles caused by this software.
これは大学非公式のソフトウェアであり、筑波大学とは無関係です
私達はこのソフトウェアを利用したことによるいかなる損害、トラブルに対する責任を負いません
make # Install dependencies
make dev.chrome # Run in dev mode for Chrome
make dev.firefox # ...and for Firefox
make build.chrome # Production build for Chrome
make build.firefox # ...and for Firefox
make format # Run Prettier
make lint # Run ESLint
make typecheck # Run typecheck
If your univ. is using manaba and there is Assignments tab in the mypage, please follow the instruction below to use this extension.
- Fork this repository.
- Replace
matches
ofcontent_scripts
inmanifest.json
with the url of manaba of your univ.. - Build and install in Chrome.
あなたの大学が manaba を導入しており、マイページに「未提出課題」タブが存在する場合、以下の手順で対応が可能です。
- このレポジトリをフォークする。
manifest.json
に記述されているcontent_scripts
のmatches
をあなたの大学の manaba の URL に変更する。- ビルドし Chrome にインストールする。
Suggestions and pull requests are welcomed!