학사일정 및 학과공지 리마인더 크롬 확장 프로그램
학과 공지 및 학사 일정 알림
- 학사 일정, 학과 공지 확인
- 알림 생성
hdh4952 |
jimini1026 |
Squater0219 |
2-z-won |
yujin5047 hello |
comboong-note/
├── README.md
├── assets
│ ├── fonts
│ │ └── SCDream4.otf
│ ├── img
│ │ ├── drop_down.png
│ │ ├── iconImg-128.png
│ │ ├── iconImg-16.png
│ │ ├── iconImg-32.png
│ │ ├── iconImg-48.png
│ │ └── iconImg.png
│ ├── modal
│ │ ├── modal.html
│ │ └── modal.js
│ └── popup
│ ├── popup.css
│ ├── popup.html
│ └── popup.js
├── manifest.json
├── package-lock.json
├── package.json
├── scripts
│ ├── crawling.js
│ ├── notification.js
│ ├── preprocess.js
│ ├── setting.js
│ └── storage.js
└── service-worker.js