Download Manager
Chrome Download Manager
Что такое Download Manager?
Download Manager - это расширение Chrome, разработанное Anand Sudhanaboina, и его основная функция - "Chrome Download Manager".
Снимки экрана расширения
Скачать файл CRX расширения Download Manager
Скачайте файлы расширений Download Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.
Основная информация о расширении
Название | |
ID | lcelifoanjcecgoccbedjipjaeaocaae |
Официальный URL | https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae |
Описание | Chrome Download Manager |
Размер файла | 19.41 KB |
Количество установок | 2,268 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2020-07-02 |
Дата публикации | 2020-07-02 |
Рейтинг | 4.41/5 Всего 17 оценок |
Разработчик | Anand Sudhanaboina |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "manager.js" ] }, "default_locale": "en", "description": "Chrome Download Manager", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "32": "data\/icon32.png", "48": "data\/icon48.png" }, "manifest_version": 2, "name": "Download Manager", "options_page": "options.html", "permissions": [ "downloads" ], "short_name": "DManager", "version": "1.0.0" } |