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

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

Qu'est-ce que Gachon Tools - 사이버캠퍼스 확장프로그램 ?

Gachon Tools - 사이버캠퍼스 확장프로그램 est une extension Chrome développée par https://kangju.dev, et sa fonction principale est "가천대학교 사이버캠퍼스 확장프로그램".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Gachon Tools - 사이버캠퍼스 확장프로그램

Téléchargez les fichiers d'extension Gachon Tools - 사이버캠퍼스 확장프로그램 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom Gachon Tools - 사이버캠퍼스 확장프로그램 Gachon Tools - 사이버캠퍼스 확장프로그램
ID ogldncimhepjdfadhjjhkchknloncnmg
URL Officiel 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 가천대학교 사이버캠퍼스 확장프로그램
Taille du Fichier 287 KB
Nombre d'Installations 464
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-11-30
Date de Publication 2023-05-08
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://kangju.dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://kangju2000.notion.site/Gachon-Tools-f01d077db229434abfce605c2d26f682?pvs=4
URL de la Page d'Aide https://github.com/kangju2000/gachon-extension
URL de la Page de Politique de Confidentialité https://www.privacypolicies.com/live/82932881-c7ed-47b7-9d43-40a2d39e9475
Langues Prises en Charge 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"
    ]
}