Simple Download Manager

Simple Download Manager

Что такое Simple Download Manager?

Simple Download Manager - это расширение Chrome, разработанное Adrián Arbizu, и его основная функция - "Simple Download Manager".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Simple Download Manager

Скачайте файлы расширений Simple Download Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Simple Download Manager Simple Download Manager
ID agokeleincpgkfodginnangajeejbgjd
Официальный URL https://chromewebstore.google.com/detail/simple-download-manager/agokeleincpgkfodginnangajeejbgjd
Описание Simple Download Manager
Размер файла 1.45 MB
Количество установок 3,461
Текущая Версия 2.2.0
Последнее Обновление 2023-10-01
Дата публикации 2020-01-23
Рейтинг 4.13/5 Всего 8 оценок
Разработчик Adrián Arbizu
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}