가천대 웹표준 시간표 Fix
가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.
Hvad er 가천대 웹표준 시간표 Fix?
가천대 웹표준 시간표 Fix er en Chrome-udvidelse udviklet af https://aftermoon.dev, og dens hovedfunktion er "가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.".
Udvidelsesskærmbilleder
Download 가천대 웹표준 시간표 Fix-udvidelses-CRX-fil
Download 가천대 웹표준 시간표 Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
설치 후 브라우저에서 오른쪽 상단 가천대 로고를 클릭하면 시간표 페이지로 이동하며, 혹은 학교 홈페이지를 통해 접속하면 올해 년도 및 수강 신청한 인원수가 자동으로 추가됩니다. * 비공식 프로그램으로 갑작스럽게 기능이 작동하지 않을 수 있습니다. * 해당 확장 프로그램으로 인해 발생하는 문제는 책임지지 않습니다.
Grundlæggende oplysninger om udvidelsen
Navn | 가천대 웹표준 시간표 Fix |
ID | meacmaaoeedgmcjkmlmmglgibibbblcb |
Officiel 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 |
Beskrivelse | 가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다. |
Filstørrelse | 23.67 KB |
Antal Installationer | 591 |
Nuværende Version | 1.0.5 |
Senest Opdateret | 2021-02-27 |
Udgivelsesdato | 2021-01-05 |
Udvikler | https://aftermoon.dev |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |