Gachon Tools - 사이버캠퍼스 확장프로그램
가천대학교 사이버캠퍼스 확장프로그램
Wat is Gachon Tools - 사이버캠퍼스 확장프로그램?
Gachon Tools - 사이버캠퍼스 확장프로그램 is een Chrome-extensie ontwikkeld door https://kangju.dev, en de belangrijkste functie is "가천대학교 사이버캠퍼스 확장프로그램".
Extensie Screenshots
Download het CRX-bestand van de extensie Gachon Tools - 사이버캠퍼스 확장프로그램
Download Gachon Tools - 사이버캠퍼스 확장프로그램-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
가천대학교 사이버캠퍼스 확장프로그램입니다.
사이버캠퍼스 중앙 하단에 동그라미 버튼을 클릭하면 과제를 한 눈에 볼 수 있습니다.
- 과제 모아보기(일반 과제 및 동영상 과제)
- 필터링 기능 (진행 중인 과제, 모든 과제)
- 20분 간격으로 과제 자동 업데이트
- 다크모드 지원
*퀴즈 과제는 현재 나타나지 않습니다. 추후 기능 업데이트할 예정입니다.
This is an extension of Gachon University Cyber Campus.
You can see your assignments at a glance by clicking the circle button at the bottom center of Cyber Campus.
- Collect assignments (general assignments and video assignments)
- Filtering function (in-progress assignments, all assignments)
- Assignments are automatically updated every 10 minutes
- Dark mode Basisinformatie over de Extensie
| Naam | |
| ID | ogldncimhepjdfadhjjhkchknloncnmg |
| Officiële URL | https://chromewebstore.google.com/detail/gachon-tools-%EC%82%AC%EC%9D%B4%EB%B2%84%EC%BA%A0%ED%8D%BC%EC%8A%A4-%ED%99%95%EC%9E%A5%ED%94%84%EB%A1%9C%EA%B7%B8/ogldncimhepjdfadhjjhkchknloncnmg |
| Beschrijving | 가천대학교 사이버캠퍼스 확장프로그램 |
| Bestandsgrootte | 287 KB |
| Aantal Installaties | 464 |
| Huidige Versie | 1.2.1 |
| Laatst Bijgewerkt | 2023-11-30 |
| Publicatiedatum | 2023-05-08 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://kangju.dev |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://kangju2000.notion.site/Gachon-Tools-f01d077db229434abfce605c2d26f682?pvs=4 |
| Help Pagina-URL | https://github.com/kangju2000/gachon-extension |
| URL van de Privacybeleid Pagina | https://www.privacypolicies.com/live/82932881-c7ed-47b7-9d43-40a2d39e9475 |
| Ondersteunde Talen | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Gachon Tools - \uc0ac\uc774\ubc84\ucea0\ud37c\uc2a4 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8",
"description": "\uac00\ucc9c\ub300\ud559\uad50 \uc0ac\uc774\ubc84\ucea0\ud37c\uc2a4 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8",
"version": "1.2.1",
"version_name": "1.2.1",
"action": {
"default_title": "popup",
"default_popup": "src\/pages\/popup\/index.html"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-b261030e.js"
],
"matches": [
"https:\/\/cyber.gachon.ac.kr\/*"
],
"exclude_matches": [
"https:\/\/cyber.gachon.ac.kr\/login.php*",
"https:\/\/cyber.gachon.ac.kr\/mod\/ubfile\/viewer.php*",
"https:\/\/cyber.gachon.ac.kr\/mod\/vod\/viewer.php*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/cyber.gachon.ac.kr\/*"
],
"resources": [
"assets\/client-fc7b9617.js",
"assets\/Icons-ad52b6fb.js",
"assets\/package-184a2105.js",
"assets\/main.tsx-4c65db6e.js"
],
"use_dynamic_url": true
}
],
"host_permissions": [
"https:\/\/cyber.gachon.ac.kr\/*"
],
"options_page": "src\/pages\/options\/index.html",
"permissions": [
"storage",
"scripting",
"activeTab"
]
} | |