WebLearn Downloader
Download selected files
什么是WebLearn Downloader?
WebLearn Downloader是由Yriuns开发的Chrome扩展程序,该扩展的主要功能是“Download selected files”。
扩展截图
下载WebLearn Downloader扩展crx文件
下载WebLearn Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        使用方法:
1. 登录[网络学堂](http://learn.tsinghua.edu.cn/),进入某门课的"课程文件"页面
2. 页面上将出现一排复选框以及一个"下载"按钮
3. 选中需要下载的文件,点击"下载"
4. 耐心等待,将出现一个以课程名为文件名的压缩文件                     扩展基本信息
| 名称 |   |  
| 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"
    ]
}  |  |