가천대 웹표준 시간표 Fix
가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.
Qu'est-ce que 가천대 웹표준 시간표 Fix ?
가천대 웹표준 시간표 Fix est une extension Chrome développée par https://aftermoon.dev, et sa fonction principale est "가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 가천대 웹표준 시간표 Fix
Téléchargez les fichiers d'extension 가천대 웹표준 시간표 Fix 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
설치 후 브라우저에서 오른쪽 상단 가천대 로고를 클릭하면 시간표 페이지로 이동하며, 혹은 학교 홈페이지를 통해 접속하면 올해 년도 및 수강 신청한 인원수가 자동으로 추가됩니다. * 비공식 프로그램으로 갑작스럽게 기능이 작동하지 않을 수 있습니다. * 해당 확장 프로그램으로 인해 발생하는 문제는 책임지지 않습니다.
Informations de Base sur l'Extension
Nom | 가천대 웹표준 시간표 Fix |
ID | meacmaaoeedgmcjkmlmmglgibibbblcb |
URL Officiel | 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 | 가천대의 웹표준 시간표 조회창에서 올해 년도를 자동으로 추가해주고, 현재 수강신청한 인원 수를 보여줍니다. |
Taille du Fichier | 23.67 KB |
Nombre d'Installations | 591 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-02-27 |
Date de Publication | 2021-01-05 |
Développeur | https://aftermoon.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |