Aspen Download Manager

Manage your Aspen Studio files on Chrome

Co je Aspen Download Manager?

Aspen Download Manager je rozšíření Chrome vyvinuté https://ux.aspenux.com, a jeho hlavní funkcí je „Manage your Aspen Studio files on Chrome“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Aspen Download Manager

Stáhněte si soubory rozšíření Aspen Download Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Aspen Download Manager is a Chrome extension for Aspen Class (https://aspenclass.com). This extension helps you save Aspen files to configured directories. Also, you can configure to overwrite an existing file when download a file from Aspen Class.

You can configure these functions by clicking the icon of this extension.

1. Download directory for Aspen Class file and published file

2. Make Chrome to overwrite an existing file when download a file from Aspen Class

3. Notification                    

Základní Informace o Rozšíření

Název Aspen Download Manager Aspen Download Manager
ID lbcabdcdckeddpclpelndfgfdcpgjgda
Oficiální URL https://chromewebstore.google.com/detail/aspen-download-manager/lbcabdcdckeddpclpelndfgfdcpgjgda
Popis Manage your Aspen Studio files on Chrome
Velikost souboru 38.87 KB
Počet instalací 66
Aktuální Verze 2.1.1
Poslední Aktualizace 2023-08-28
Datum Vydání 2018-07-23
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://ux.aspenux.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Aspen Download Manager",
    "description": "Manage your Aspen Studio files on Chrome",
    "version": "2.1.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "declarativeContent",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.wren.kr\/*",
        "*:\/\/*.ifox.kr\/*",
        "*:\/\/*.aspenux.com\/*",
        "*:\/\/*.aspenclass.com\/*",
        "*:\/\/*.qnkit.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "content_scripts": [
        {
            "js": [
                "start.js"
            ],
            "matches": [
                "*:\/\/*.wren.kr\/*",
                "*:\/\/*.ifox.kr\/*",
                "*:\/\/*.aspenux.com\/*",
                "*:\/\/*.aspenclass.com\/*",
                "*:\/\/*.qnkit.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wren.kr\/*",
            "*:\/\/*.ifox.kr\/*",
            "*:\/\/*.aspenux.com\/*",
            "*:\/\/*.aspenclass.com\/*",
            "*:\/\/*.qnkit.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "audios\/down1.mp3"
            ],
            "matches": [
                "*:\/\/*.wren.kr\/*",
                "*:\/\/*.ifox.kr\/*",
                "*:\/\/*.aspenux.com\/*",
                "*:\/\/*.aspenclass.com\/*",
                "*:\/\/*.qnkit.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgO9LNMr\/6a5++kxdWh5Fnl+QeQtbYyqjW0G93FgfBL3e6XJNBhxmObxQt7HeRo2KB2NpxVI+aM5vNyJ7SMiPHENMTzi\/kPcQcrfsijxBGyLc0bKo+BE0PAlYSusB3\/6BUns+dt1nCWFx57yLiaZL9KMghOC3aNnJ+OjejCBSVe7NRWsz9KCiuBrwNpR9LsQ4g98aaQhT3gNN2aW7B6Zn0WoBm6fU9RH1gjATzPjp5OWXO4LFnX8rIsVKAdMfdIwNQNySVQkNOJBtxiMrF0unzGY6bAVGCT8yrVjAV6HlMdShv4YY+AIyCWSxZ6465As1t3THEjd6CHhkrgciH1MV6wIDAQAB"
}