WebLearn Downloader
Download selected files
What is WebLearn Downloader?
WebLearn Downloader is a Chrome extension developed by Yriuns, and its main feature is "Download selected files".
Extension Screenshots
Download WebLearn Downloader Extension CRX File
Download WebLearn Downloader 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
使用方法: 1. 登录[网络学堂](http://learn.tsinghua.edu.cn/),进入某门课的"课程文件"页面 2. 页面上将出现一排复选框以及一个"下载"按钮 3. 选中需要下载的文件,点击"下载" 4. 耐心等待,将出现一个以课程名为文件名的压缩文件
Extension Basic Information
Name | WebLearn Downloader |
ID | lgkeapgoeanfejbobcjkmdhkikhojgah |
Official URL | https://chromewebstore.google.com/detail/weblearn-downloader/lgkeapgoeanfejbobcjkmdhkikhojgah |
Description | Download selected files |
File Size | 52.96 KB |
Installation Count | 66 |
Current Version | 0.0.1.1 |
Last Updated | 2017-09-26 |
Publish Date | 2017-09-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Yriuns |
Payment Type | free |
Supported Languages | 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" ] } |