WebLearn Downloader

Download selected files

ما هو WebLearn Downloader؟

WebLearn Downloader هو إضافة Chrome تم تطويرها بواسطة Yriuns، والميزة الرئيسية لها هي "Download selected files".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebLearn Downloader

قم بتنزيل ملفات الامتداد WebLearn Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم WebLearn Downloader 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"
    ]
}