Gachon Tools - 사이버캠퍼스 확장프로그램

가천대학교 사이버캠퍼스 확장프로그램

Gachon Tools - 사이버캠퍼스 확장프로그램 là gì?

Gachon Tools - 사이버캠퍼스 확장프로그램 là một tiện ích mở rộng Chrome được phát triển bởi https://kangju.dev, và tính năng chính của nó là "가천대학교 사이버캠퍼스 확장프로그램".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gachon Tools - 사이버캠퍼스 확장프로그램

Tải xuống các tệp mở rộng Gachon Tools - 사이버캠퍼스 확장프로그램 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        가천대학교 사이버캠퍼스 확장프로그램입니다.
사이버캠퍼스 중앙 하단에 동그라미 버튼을 클릭하면 과제를 한 눈에 볼 수 있습니다.

- 과제 모아보기(일반 과제 및 동영상 과제)
- 필터링 기능 (진행 중인 과제, 모든 과제)
- 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gachon Tools - 사이버캠퍼스 확장프로그램 Gachon Tools - 사이버캠퍼스 확장프로그램
ID ogldncimhepjdfadhjjhkchknloncnmg
URL Chính Thức 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
Mô tả 가천대학교 사이버캠퍼스 확장프로그램
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 464
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2023-11-30
Ngày Phát Hành 2023-05-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://kangju.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kangju2000.notion.site/Gachon-Tools-f01d077db229434abfce605c2d26f682?pvs=4
URL Trang Trợ Giúp https://github.com/kangju2000/gachon-extension
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/82932881-c7ed-47b7-9d43-40a2d39e9475
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}