LMS Hanyang PDF Download Button

PDF download button on Learning X course content page of Hanyang University, made by Yeonjin Park

LMS Hanyang PDF Download Button란 무엇입니까?

LMS Hanyang PDF Download Button은(는) yjinpark1221에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PDF download button on Learning X course content page of Hanyang University, made by Yeonjin Park"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LMS Hanyang PDF Download Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        강의 자료를 다운받는 과정이 귀찮게 느껴지는 한양대학교 학생분들을 위한 크롬 확장 프로그램입니다. 
전체 주차 강의 콘텐츠를 볼 수 있는 화면에 pdf 파일을 다운받을 수 있는 버튼을 만들어줍니다. 

This extension is for students of Hanyang University annoyed by the bothersome steps to download pdf files.
This extension adds a download button for pdf files on the course content page that shows courses of all weeks. 

Privacy policy : https://github.com/yjinpark1221/LMS-PDF-Download-Button#privacy-policy                    

확장 프로그램 기본 정보

이름 LMS Hanyang PDF Download Button LMS Hanyang PDF Download Button
ID ncefcfonojolnifjgkeplkbjbbfogeel
공식 URL https://chromewebstore.google.com/detail/lms-hanyang-pdf-download/ncefcfonojolnifjgkeplkbjbbfogeel
설명 PDF download button on Learning X course content page of Hanyang University, made by Yeonjin Park
파일 크기 13.51 KB
설치 횟수 294
현재 버전 1.1
최근 업데이트 2023-03-29
출시 날짜 2023-03-21
평점 5.00/5 총 4 개의 평점
개발자 yjinpark1221
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/yjinpark1221/LMS-PDF-Download-Button
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LMS Hanyang PDF Download Button",
    "version": "1.1",
    "description": "PDF download button on Learning X course content page of Hanyang University, made by Yeonjin Park",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/learning.hanyang.ac.kr\/courses\/*"
            ]
        }
    ],
    "permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "background.js"
    }
}