WebLearn Downloader

Download selected files

Cos'è WebLearn Downloader?

WebLearn Downloader è un'estensione di Chrome sviluppata da Yriuns, e la sua funzione principale è "Download selected files".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebLearn Downloader

Scarica i file di estensione WebLearn Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        使用方法:
1. 登录[网络学堂](http://learn.tsinghua.edu.cn/),进入某门课的"课程文件"页面
2. 页面上将出现一排复选框以及一个"下载"按钮
3. 选中需要下载的文件,点击"下载"
4. 耐心等待,将出现一个以课程名为文件名的压缩文件                    

Informazioni di Base sull'Estensione

Nome WebLearn Downloader WebLearn Downloader
ID lgkeapgoeanfejbobcjkmdhkikhojgah
URL Ufficiale https://chromewebstore.google.com/detail/weblearn-downloader/lgkeapgoeanfejbobcjkmdhkikhojgah
Descrizione Download selected files
Dimensione del File 52.96 KB
Conteggio Installazioni 66
Versione Corrente 0.0.1.1
Ultimo Aggiornamento 2017-09-26
Data di Pubblicazione 2017-09-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Yriuns
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}