Skip to content

manaba-enhanced-for-tsukuba/manaba-enhanced

Repository files navigation

manaba Enhanced for Tsukuba

Chrome Web Store Chrome Web Store

Make your manaba a little bit more comfortable.

Chrome / Firefox

For students of University of Tsukuba.

Screenshot

Supported Univ. / 対応大学

  • University of Tsukuba / 筑波大学

If you want to use it in your univ., please follow the instruction below.

Features

  1. Color assignments with colors according to the time remaining

    Red: 1 day remaining
    Yellow: 3 days remaining
    Green: 7 days remaining

  2. Auto-save report text

  3. Highlight the publication deadline of course news and course contents

  4. Display the relative position of the grades in the courses

  5. Filter courses in mypage by terms/modules

  6. Generate $\LaTeX$ template for reports

  7. Drag & Drop file upload

  8. Remove the confirmation dialogue of external links

  9. Add a context menu to open the attend code in Respon

機能

  1. 締め切りまでの時間による課題一覧の色分け

    赤: 期限まであと 1 日
    黄: 期限まであと 3 日
    緑: 期限まであと 7 日

  2. レポート入力画面でのレポート自動保存

  3. コースニュースやコンテンツの公開期限を強調表示

  4. 成績の位置を百分率で表示

  5. コースのモジュール別フィルタリング

  6. レポートの $\LaTeX$ テンプレートを生成

  7. ドラッグアンドドロップでのファイルアップロード

  8. 外部リンククリック時の確認ダイアログ排除

  9. 出席コードを Respon で開く右クリックメニューを追加

Disclaimer / 免責事項

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.

これは大学非公式のソフトウェアであり、筑波大学とは無関係です

私達はこのソフトウェアを利用したことによるいかなる損害、トラブルに対する責任を負いません

Development

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

How to add support for your univ.

If your univ. is using manaba and there is Assignments tab in the mypage, please follow the instruction below to use this extension.

  1. Fork this repository.
  2. Replace matches of content_scripts in manifest.json with the url of manaba of your univ..
  3. Build and install in Chrome.

あなたの大学が manaba を導入しており、マイページに「未提出課題」タブが存在する場合、以下の手順で対応が可能です。

  1. このレポジトリをフォークする。
  2. manifest.jsonに記述されているcontent_scriptsmatchesをあなたの大学の manaba の URL に変更する。
  3. ビルドし Chrome にインストールする。

Contribution

Suggestions and pull requests are welcomed!

License

MIT License