PanDownload
Download resources from PandA.
What is PanDownload?
PanDownload is a Chrome extension developed by Copynight, and its main feature is "Download resources from PandA.".
Extension Screenshots
Download PanDownload Extension CRX File
Download PanDownload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
京都大学の学習管理システムPandAから講義資料を一括ダウンロードする。
Extension Basic Information
Name | PanDownload |
ID | bmbeijhjmobbianbkkbcomjjgaghfnhd |
Official URL | https://chromewebstore.google.com/detail/pandownload/bmbeijhjmobbianbkkbcomjjgaghfnhd |
Description | Download resources from PandA. |
File Size | 182 KB |
Installation Count | 182 |
Current Version | 1.1 |
Last Updated | 2022-05-01 |
Publish Date | 2022-05-01 |
Developer | Copynight |
[email protected] | |
Payment Type | free |
Extension Website | https://copynight.net/PanDownloadEx/userguide.html |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PanDownload", "version": "1.1", "description": "Download resources from PandA.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/panda.ecs.kyoto-u.ac.jp\/portal\/*" ], "css": [ "css\/style.css" ], "js": [ "script.js", "src\/DOM\/createDoms.js", "src\/DOM\/setDoms.js", "src\/JSZip\/jszip.js", "src\/JSZip\/jszip.min.js", "src\/ajax.js", "src\/datas.js", "src\/storage.js", "src\/zip.js" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/*.png" ], "matches": [ "https:\/\/panda.ecs.kyoto-u.ac.jp\/*" ] } ], "host_permissions": [ "https:\/\/panda.ecs.kyoto-u.ac.jp\/portal\/*" ] } |