WebLearn Downloader
Download selected files
WebLearn Downloader란 무엇입니까?
WebLearn Downloader은(는) Yriuns에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download selected files"입니다.
확장 프로그램 스크린샷
WebLearn Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
使用方法: 1. 登录[网络学堂](http://learn.tsinghua.edu.cn/),进入某门课的"课程文件"页面 2. 页面上将出现一排复选框以及一个"下载"按钮 3. 选中需要下载的文件,点击"下载" 4. 耐心等待,将出现一个以课程名为文件名的压缩文件
확장 프로그램 기본 정보
이름 | WebLearn Downloader |
ID | lgkeapgoeanfejbobcjkmdhkikhojgah |
공식 URL | https://chromewebstore.google.com/detail/weblearn-downloader/lgkeapgoeanfejbobcjkmdhkikhojgah |
설명 | Download selected files |
파일 크기 | 52.96 KB |
설치 횟수 | 66 |
현재 버전 | 0.0.1.1 |
최근 업데이트 | 2017-09-26 |
출시 날짜 | 2017-09-26 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Yriuns |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1.1", "manifest_version": 2, "default_locale": "en", "description": "Download selected files", "background": { "scripts": [ "\/lib\/deflate.js", "\/lib\/zip.js", "\/lib\/inflate.js", "\/lib\/z-worker.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/learn.tsinghua.edu.cn\/MultiLanguage\/lesson\/student\/*" ], "js": [ "content_script.js" ] } ], "browser_action": { "default_icon": "icon38.png" }, "permissions": [ "downloads", "activeTab", "http:\/\/learn.tsinghua.edu.cn\/MultiLanguage\/*" ], "icons": { "128": "icon.png" }, "web_accessible_resources": [ "mycss.css" ] } |