외대 종강시계
HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅!
What is 외대 종강시계?
외대 종강시계 is a Chrome extension developed by Max Kim, and its main feature is "HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅!".
Extension Screenshots
Download 외대 종강시계 Extension CRX File
Download 외대 종강시계 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
*현재 이 프로젝트는 유지보수되고 있지 않습니다.
Extension Basic Information
Name | 외대 종강시계 |
ID | jadlpknbgnmmelikpcaogikohieafaem |
Official 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 |
Description | HUFS-Clock : 이 시계는 한국외대 학생들에게 종강이 몇 일 남았는지 보여줍니다. 종강 화이팅! |
File Size | 172 KB |
Installation Count | 371 |
Current Version | 2.0.2 |
Last Updated | 2023-07-08 |
Publish Date | 2020-06-10 |
Rating | 5.00/5 Total 6 Ratings |
Developer | Max Kim |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MaxKim-J/HUFS-Semester-Clock-Extension |
Supported Languages | 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" ] } |