1
1
# ComfortablePandATS
2
2
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.
4
4
5
5
## Readme
6
6
English | [ Japanese] ( https://github.com/comfortable-panda/ComfortablePandATS/blob/master/README.md )
@@ -11,20 +11,22 @@ Developing in the repository of Kyoto University.
11
11
[ Comfortable-Sakai] ( https://github.com/kyoto-u/comfortable-sakai )
12
12
13
13
# 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.
15
15
- [ Google Chrome Store] ( https://chrome.google.com/webstore/detail/comfortable-panda/cecjhdkagakhonnmddjgncmdldmppnoe )
16
16
- [ Firefox] ( https://tinaxd.github.io/comfortable-panda-firefox-updates/index.html )
17
17
- [ Microsoft Edge Store] ( https://microsoftedge.microsoft.com/addons/detail/njbljhcmnodocldppoiejkcmcebpmljc )
18
18
19
19
20
20
# 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
28
30
Run
29
31
```
30
32
npx webpack
@@ -37,8 +39,8 @@ in the root directory of cloned repository.
37
39
1 . Done. Your upper tab color is changed and ☰ icon is displayed.
38
40
39
41
# 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.
42
44
- ![ #f03c15] ( https://via.placeholder.com/15/e85555/000000?text=+ )
43
45
Due date <= 1 Day ahead
44
46
- ![ #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
58
60
59
61
Also check box is available for you to distinguish completed assignments from working assignments.
60
62
61
- # Cache
63
+ ## Cache
62
64
In order to reduce the network load on PandA, we have implemented a cache function for getting assignments and quizzes.
63
65
The default cache interval is as follows
64
66
- Assignment fetching --- 2 minutes
0 commit comments