Simple Download Manager

Simple Download Manager

Co je Simple Download Manager?

Simple Download Manager je rozšíření Chrome vyvinuté Adrián Arbizu, a jeho hlavní funkcí je „Simple Download Manager“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

Stáhněte si soubory rozšíření Simple 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í

                        Simple Download Manager is integrated into your browser download manager as much as possible.

Main features:
1. Pause and resume downloads.
2. Notification telling you the download estimated time.
3. Sound played when download ends.

Share your experience at the Chrome Store and rate Simple Download Manager(SDM) extension
Extension made by Adrián Arbizu Donoso (Spain). 
Framework used: Angular 16.                    

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

Název Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
Oficiální URL https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
Popis Simple Download Manager
Velikost souboru 1.45 MB
Počet instalací 3,461
Aktuální Verze 2.2.0
Poslední Aktualizace 2023-10-01
Datum Vydání 2020-01-23
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář Adrián Arbizu
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "manifest_version": 3,
    "name": "Simple Download Manager",
    "description": "Simple Download Manager",
    "version": "2.2.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "19": "assets\/icon19.png",
        "38": "assets\/icon19.png",
        "128": "assets\/icon19.png"
    },
    "action": {
        "default_title": "View Downloads!",
        "default_popup": "index.html#\/popup"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "downloads",
        "downloads.open",
        "downloads.shelf",
        "offscreen"
    ],
    "short_name": "SDM",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}