Skip to content

Commit 975a847

Browse files
committed
update README
1 parent 1706d6b commit 975a847

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ComfortablePandATS
22
PandAを快適にするブラウザ拡張機能です.
33

4-
### Readme
4+
## Readme
55
[English](https://github.com/comfortable-panda/ComfortablePandATS/blob/master/README_en.md) | Japanese
66

7-
### Comfortable Sakai
7+
## Comfortable Sakai
88
Comfortable PandAをその他のSakai LMSでも動作するように改良し,Sakai Communityへコントリビュートするプロジェクトです.
99
京都大学のレポジトリで開発しています.
1010
[Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai)
@@ -16,6 +16,14 @@ Comfortable PandAをその他のSakai LMSでも動作するように改良し,
1616
- [Microsoft Edge](https://microsoftedge.microsoft.com/addons/detail/njbljhcmnodocldppoiejkcmcebpmljc)
1717
- [Safari](https://apps.apple.com/jp/app/comfortable-panda/id1572408187?mt=12)
1818

19+
# 手動でのインストール方法
20+
1. [ここ](https://github.com/comfortable-panda/ComfortablePandATS/releases/tag/v3.5.2) から最新の`Comfortable-PandA.zip`をダウンロードします.
21+
2. `Comfortable-PandA.zip`を展開します.
22+
3. Chromeで `chrome://extensions/` を開きます.
23+
4. 右上の**デベロッパー モード**を有効化してください.
24+
5. 左上の**パッケージ化されていない拡張機能を読み込む**ボタンをクリックします.
25+
6. 展開したフォルダーを選択し,インストールします.
26+
1927
# 使い方
2028
1. ダウンロードリンクから,拡張機能をブラウザにインストールします.
2129
1. PandAにログインします.
@@ -41,7 +49,7 @@ Comfortable PandAをその他のSakai LMSでも動作するように改良し,
4149
また,メモ機能を使うことでminiPandA上に課題メモを追加することができます.
4250

4351

44-
# キャッシュ機能
52+
## キャッシュ機能
4553
PandAへの負荷を軽減するために課題・クイズ取得にキャッシュ機能を導入しています.
4654
デフォルトのキャッシュ間隔は以下のとおりです.
4755
- 課題取得---2分間

README_en.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ComfortablePandATS
22
A Web browser extention that makes PandA life comfortable.
3-
**ONLY AVAILABLE IN PandA**. Use [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) for other Sakai LMS.
3+
**ONLY WORKS IN PandA**. Use [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) for other Sakai LMS.
44

55
## Readme
66
English | [Japanese](https://github.com/comfortable-panda/ComfortablePandATS/blob/master/README.md)
@@ -11,20 +11,22 @@ Developing in the repository of Kyoto University.
1111
[Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai)
1212

1313
# Installation links
14-
**ONLY AVAILABLE IN PandA**. Use [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) for other Sakai LMS.
14+
**ONLY WORKS IN PandA**. Use [Comfortable-Sakai](https://github.com/kyoto-u/comfortable-sakai) for other Sakai LMS.
1515
- [Google Chrome Store](https://chrome.google.com/webstore/detail/comfortable-panda/cecjhdkagakhonnmddjgncmdldmppnoe)
1616
- [Firefox](https://tinaxd.github.io/comfortable-panda-firefox-updates/index.html)
1717
- [Microsoft Edge Store](https://microsoftedge.microsoft.com/addons/detail/njbljhcmnodocldppoiejkcmcebpmljc)
1818

1919

2020
# Manual installation(not recommended)
21-
1. Go to `chrome://extensions/` on your Google Chrome
22-
1. Enable **developer mode**.
23-
1. Click **LOAD UNPACKED** button on upper left hand corner.
24-
1. Select this folder(comfortable-panda) and install.
25-
1. You are all set:)
26-
27-
# How to compile
21+
1. Download latest version of `Comfortable-PandA.zip` from [HERE](https://github.com/comfortable-panda/ComfortablePandATS/releases/tag/v3.5.2).
22+
2. Unzip `Comfortable-PandA.zip`.
23+
3. Go to `chrome://extensions/` on your Google Chrome.
24+
4. Enable **developer mode**.
25+
5. Click **LOAD UNPACKED** button on upper left corner.
26+
6. Select the folder you unzipped and install.
27+
7. You are ready to use :)
28+
29+
# How to compile from source code
2830
Run
2931
```
3032
npx webpack
@@ -37,8 +39,8 @@ in the root directory of cloned repository.
3739
1. Done. Your upper tab color is changed and ☰ icon is displayed.
3840

3941
# Features
40-
## Tab coloring
41-
Colors lecture tab according to due date.
42+
## Color-coded course site tabs
43+
Colors course site tabs according to the assignment due date.
4244
- ![#f03c15](https://via.placeholder.com/15/e85555/000000?text=+)
4345
Due date <= 1 Day ahead
4446
- ![#f03c15](https://via.placeholder.com/15/d7aa57/000000?text=+)
@@ -58,7 +60,7 @@ You can add your custom assignment to miniPandA with PLUS button located on the
5860

5961
Also check box is available for you to distinguish completed assignments from working assignments.
6062

61-
# Cache
63+
## Cache
6264
In order to reduce the network load on PandA, we have implemented a cache function for getting assignments and quizzes.
6365
The default cache interval is as follows
6466
- Assignment fetching --- 2 minutes

0 commit comments

Comments
 (0)