Gachon Tools - 사이버캠퍼스 확장프로그램
가천대학교 사이버캠퍼스 확장프로그램
What is Gachon Tools - 사이버캠퍼스 확장프로그램?
Gachon Tools - 사이버캠퍼스 확장프로그램 is a Chrome extension developed by https://kangju.dev, and its main feature is "가천대학교 사이버캠퍼스 확장프로그램".
Extension Screenshots
Download Gachon Tools - 사이버캠퍼스 확장프로그램 Extension CRX File
Download Gachon Tools - 사이버캠퍼스 확장프로그램 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
가천대학교 사이버캠퍼스 확장프로그램입니다. 사이버캠퍼스 중앙 하단에 동그라미 버튼을 클릭하면 과제를 한 눈에 볼 수 있습니다. - 과제 모아보기(일반 과제 및 동영상 과제) - 필터링 기능 (진행 중인 과제, 모든 과제) - 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
Extension Basic Information
Name | Gachon Tools - 사이버캠퍼스 확장프로그램 |
ID | ogldncimhepjdfadhjjhkchknloncnmg |
Official 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 |
Description | 가천대학교 사이버캠퍼스 확장프로그램 |
File Size | 287 KB |
Installation Count | 464 |
Current Version | 1.2.1 |
Last Updated | 2023-11-30 |
Publish Date | 2023-05-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://kangju.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://kangju2000.notion.site/Gachon-Tools-f01d077db229434abfce605c2d26f682?pvs=4 |
Help Page URL | https://github.com/kangju2000/gachon-extension |
Privacy Policy Page URL | https://www.privacypolicies.com/live/82932881-c7ed-47b7-9d43-40a2d39e9475 |
Supported Languages | 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" ] } |