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"
]
} | |