Nice Downloads!
A lightweight & efficient extension of Chrome’s Download Manager.
Что такое Nice Downloads!?
Nice Downloads! - это расширение Chrome, разработанное Ben Cheshire, и его основная функция - "A lightweight & efficient extension of Chrome’s Download Manager.".
Снимки экрана расширения
Скачать файл CRX расширения Nice Downloads!
Скачайте файлы расширений Nice Downloads! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Nice Downloads! makes downloading on Chrome pretty nice. It automatically shows and hides Chrome's download shelf when starting a new download, and notifies you when one completes. It also features a toolbar button that will popup the downloads screen, and the icon changes colour when you have active downloads. If a download is interrupted by Chrome, the shelf will remain open until you interact with it. This extension does not contain a persistent background process, and has minimal permissions! That's nice, isn't it?
Основная информация о расширении
Название | Nice Downloads! |
ID | efnlmhjlcioaeboijgibmgepoahkegpm |
Официальный URL | https://chromewebstore.google.com/detail/nice-downloads/efnlmhjlcioaeboijgibmgepoahkegpm |
Описание | A lightweight & efficient extension of Chrome’s Download Manager. |
Размер файла | 8.38 KB |
Количество установок | 1,464 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-04-04 |
Дата публикации | 2016-04-03 |
Рейтинг | 3.73/5 Всего 15 оценок |
Разработчик | Ben Cheshire |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice Downloads!", "description": "A lightweight & efficient extension of Chrome\u2019s Download Manager.", "version": "1.2", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" } }, "permissions": [ "downloads", "downloads.shelf", "notifications", "downloads.open" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "icons": { "128": "img\/icon128.png", "256": "img\/icon256.png" } } |