PanDownload

Download resources from PandA.

Cos'è PanDownload?

PanDownload è un'estensione di Chrome sviluppata da Copynight, e la sua funzione principale è "Download resources from PandA.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PanDownload

Scarica i file di estensione PanDownload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PanDownload PanDownload
ID bmbeijhjmobbianbkkbcomjjgaghfnhd
URL Ufficiale https://chromewebstore.google.com/detail/pandownload/bmbeijhjmobbianbkkbcomjjgaghfnhd
Descrizione Download resources from PandA.
Dimensione del File 182 KB
Conteggio Installazioni 182
Versione Corrente 1.1
Ultimo Aggiornamento 2022-05-01
Data di Pubblicazione 2022-05-01
Sviluppatore Copynight
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://copynight.net/PanDownloadEx/userguide.html
Lingue Supportate 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\/*"
    ]
}