가천대 웹표준 시간표 Fix
가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.
What is 가천대 웹표준 시간표 Fix?
가천대 웹표준 시간표 Fix is a Chrome extension developed by https://aftermoon.dev, and its main feature is "가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.".
Extension Screenshots
Download 가천대 웹표준 시간표 Fix Extension CRX File
Download 가천대 웹표준 시간표 Fix 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 | 가천대 웹표준 시간표 Fix |
ID | meacmaaoeedgmcjkmlmmglgibibbblcb |
Official URL | https://chromewebstore.google.com/detail/%EA%B0%80%EC%B2%9C%EB%8C%80-%EC%9B%B9%ED%91%9C%EC%A4%80-%EC%8B%9C%EA%B0%84%ED%91%9C-fix/meacmaaoeedgmcjkmlmmglgibibbblcb |
Description | 가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다. |
File Size | 23.67 KB |
Installation Count | 591 |
Current Version | 1.0.5 |
Last Updated | 2021-02-27 |
Publish Date | 2021-01-05 |
Developer | https://aftermoon.dev |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\uac00\ucc9c\ub300 \uc6f9\ud45c\uc900 \uc2dc\uac04\ud45c Fix", "description": "\uac00\ucc9c\ub300\uc758 \uc6f9\ud45c\uc900 \uc2dc\uac04\ud45c \uc870\ud68c\ucc3d\uc5d0\uc11c \uc62c\ud574 \ub144\ub3c4\ub97c \uc790\ub3d9\uc73c\ub85c \ucd94\uac00\ud574\uc8fc\uace0, \ud604\uc7ac \uc218\uac15\uc2e0\uccad\ud55c \uc778\uc6d0 \uc218\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.", "version": "1.0.5", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_title": "\uac00\ucc9c\ub300 \uc6f9\ud45c\uc900 \uc2dc\uac04\ud45c Fix" }, "content_scripts": [ { "matches": [ "*:\/\/sg.gachon.ac.kr\/main?attribute=timeTable&gbn=P&lang=ko*" ], "js": [ "scripts\/timetablefix.js" ], "all_frames": false, "run_at": "document_end" } ], "web_accessible_resources": [ "scripts\/addoutnum.js" ], "permissions": [] } |