Download Manager

Easy to manage downloaded files

Hvad er Download Manager?

Download Manager er en Chrome-udvidelse udviklet af xinghai, og dens hovedfunktion er "Easy to manage downloaded files".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Download Manager-udvidelses-CRX-fil

Download Download Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        You can manage downloaded files more conveniently!


If you have any questions, you can feedback on Github: https://github.com/xinghaix/download-manager                    

Grundlæggende oplysninger om udvidelsen

Navn Download Manager Download Manager
ID ofpglhlcdbjdhlacgbljnildhajfmlei
Officiel URL https://chromewebstore.google.com/detail/download-manager/ofpglhlcdbjdhlacgbljnildhajfmlei
Beskrivelse Easy to manage downloaded files
Filstørrelse 383 KB
Antal Installationer 10,000
Nuværende Version 1.1.4
Senest Opdateret 2021-12-17
Udgivelsesdato 2020-07-01
Bedømmelse 4.47/5 Samlet 176 Bedømmelser
Udvikler xinghai
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/xinghaixuanwo/download-manager
Hjælpeside-URL https://github.com/xinghaixuanwo/download-manager
Understøttede Sprog de,en,fr,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.1.4",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "38": "img\/icon38.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "__MSG_openPopupSetting__"
        }
    },
    "options_page": "options.html",
    "default_locale": "en",
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "storage",
        "notifications",
        "contextMenus",
        "background"
    ],
    "homepage_url": "https:\/\/github.com\/xinghaix\/download-manager",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "39"
}