HYU LMS HELPER

LearningX Helper Made By Rn

What is HYU LMS HELPER?

HYU LMS HELPER is a Chrome extension developed by thak1411, and its main feature is "LearningX Helper Made By Rn".

Extension Screenshots

screenshot

Download HYU LMS HELPER Extension CRX File

Download HYU LMS HELPER 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

                        한양대학교 LearningX 사이트의 출결/학습 현황을 보기쉽게 정리해주는 앱입니다.

한양대학교 LMS(https://learning.hanyang.ac.kr/)에서 온라인 강의 출석을 조회하려면, 과목 선택 및 출결/학습 현황버튼을 누르는 과정을 여러 번 반복해야 합니다.
번거로운 일을 하지 않게끔 출결/학습 현황을 한 페이지에 모아 보여줍니다.



History

v1.3.0

표 디자인 개선 - 글자 수 제한 및 툴팁 생성으로 표가 깨지는 것을 방지
하이리온으로 메뉴 바의 아이콘 변경
표가 이상하게 색칠되던 버그 수정

v1.2.0
표에서 셀 병합시 생기는 버그 수정
강의명에 하이퍼링크 기능추가
출결 현황 메시지 업데이트
마감 기한이 UTC +0 으로 뜨던 문제 해결 및 남은 시간으로 표시하도록 수정

v1.1.0
토큰을 받아오지 못하던 문제 해결
테이블 그릴 때 데이터 로딩이 되지 않으면 아무것도 그려지지 않던 문제 해결

v1.0.0
첫 번째 버전 릴리즈                    

Extension Basic Information

Name HYU LMS HELPER HYU LMS HELPER
ID ahkbicmdpaknajbgefiolmhakkkojaml
Official URL https://chromewebstore.google.com/detail/hyu-lms-helper/ahkbicmdpaknajbgefiolmhakkkojaml
Description LearningX Helper Made By Rn
File Size 967 KB
Installation Count 1,112
Current Version 1.3.0
Last Updated 2021-03-26
Publish Date 2021-03-04
Rating 4.83/5 Total 6 Ratings
Developer thak1411
Email [email protected]
Payment Type free
Extension Website https://github.com/thak1411/hyu-lms-helper
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HYU LMS HELPER",
    "version": "1.3.0",
    "description": "LearningX Helper Made By Rn",
    "browser_action": {
        "default_popup": "view\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/src\/script.js"
            ],
            "matches": [
                "https:\/\/learning.hanyang.ac.kr\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/src\/content.js"
    ],
    "manifest_version": 2
}