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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yjinpark1221 และคุณลักษณะหลักของมันคือ "PDF download button on Learning X course content page of Hanyang University, made by Yeonjin Park"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LMS Hanyang PDF Download Button

ดาวน์โหลดไฟล์ส่วนขยาย LMS Hanyang PDF Download Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        강의 자료를 다운받는 과정이 귀찮게 느껴지는 한양대학교 학생분들을 위한 크롬 확장 프로그램입니다. 
전체 주차 강의 콘텐츠를 볼 수 있는 화면에 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"
    }
}