PanDownload
Download resources from PandA.
PanDownload là gì?
PanDownload là một tiện ích mở rộng Chrome được phát triển bởi Copynight, và tính năng chính của nó là "Download resources from PandA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PanDownload
Tải xuống các tệp mở rộng PanDownload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
京都大学の学習管理システムPandAから講義資料を一括ダウンロードする。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PanDownload |
ID | bmbeijhjmobbianbkkbcomjjgaghfnhd |
URL Chính Thức | https://chromewebstore.google.com/detail/pandownload/bmbeijhjmobbianbkkbcomjjgaghfnhd |
Mô tả | Download resources from PandA. |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 182 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2022-05-01 |
Ngày Phát Hành | 2022-05-01 |
Nhà Phát Triển | Copynight |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://copynight.net/PanDownloadEx/userguide.html |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |