PanDownload

Download resources from PandA.

Was ist PanDownload?

PanDownload ist eine Chrome-Erweiterung, die von Copynight entwickelt wurde, und ihr Hauptmerkmal ist "Download resources from PandA.".

Erweiterungsscreenshots

screenshot

PanDownload-Erweiterungs-CRX-Datei herunterladen

Laden Sie PanDownload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        京都大学の学習管理システムPandAから講義資料を一括ダウンロードする。                    

Grundlegende Informationen zur Erweiterung

Name PanDownload PanDownload
ID bmbeijhjmobbianbkkbcomjjgaghfnhd
Offizielle URL https://chromewebstore.google.com/detail/pandownload/bmbeijhjmobbianbkkbcomjjgaghfnhd
Beschreibung Download resources from PandA.
Dateigröße 182 KB
Installationsanzahl 182
Aktuelle Version 1.1
Letztes Update 2022-05-01
Veröffentlichungsdatum 2022-05-01
Entwickler Copynight
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://copynight.net/PanDownloadEx/userguide.html
Unterstützte Sprachen 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\/*"
    ]
}