외대 종강시계

HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅!

외대 종강시계란 무엇입니까?

외대 종강시계은(는) Max Kim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

외대 종강시계 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        *현재 이 프로젝트는 유지보수되고 있지 않습니다.                    

확장 프로그램 기본 정보

이름 외대 종강시계 외대 종강시계
ID jadlpknbgnmmelikpcaogikohieafaem
공식 URL https://chromewebstore.google.com/detail/%EC%99%B8%EB%8C%80-%EC%A2%85%EA%B0%95%EC%8B%9C%EA%B3%84/jadlpknbgnmmelikpcaogikohieafaem
설명 HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅!
파일 크기 172 KB
설치 횟수 371
현재 버전 2.0.2
최근 업데이트 2023-07-08
출시 날짜 2020-06-10
평점 5.00/5 총 6 개의 평점
개발자 Max Kim
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/MaxKim-J/HUFS-Semester-Clock-Extension
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc678\ub300 \uc885\uac15\uc2dc\uacc4",
    "description": "HUFS-Clock : \uc774 \uc2dc\uacc4\ub294 \ud55c\uad6d\uc678\ub300 \ud559\uc0dd\ub4e4\uc5d0\uac8c \uc885\uac15\uc774 \uba87 \uc77c \ub0a8\uc558\ub294\uc9c0 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc885\uac15 \ud654\uc774\ud305!",
    "version": "2.0.2",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "netmarbleM.woff"
            ],
            "matches": [
                "https:\/\/cdn.jsdelivr.net\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}