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」です。
拡張機能のスクリーンショット
LMS Hanyang PDF Download Button拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |