WebLearn Downloader
Download selected files
WebLearn Downloaderคืออะไร?
WebLearn Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yriuns และคุณลักษณะหลักของมันคือ "Download selected files"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebLearn Downloader
ดาวน์โหลดไฟล์ส่วนขยาย WebLearn Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
使用方法: 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" ] } |