Downloads
Access the folder of the last downloaded file, on click and on completion.
Что такое Downloads?
Downloads - это расширение Chrome, разработанное Jad Helou, и его основная функция - "Access the folder of the last downloaded file, on click and on completion.".
Снимки экрана расширения
Скачать файл CRX расширения Downloads
Скачайте файлы расширений Downloads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Основная информация о расширении
Название | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
Официальный URL | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Описание | Access the folder of the last downloaded file, on click and on completion. |
Размер файла | 102 KB |
Количество установок | 54 |
Текущая Версия | 1.5 |
Последнее Обновление | 2022-03-28 |
Дата публикации | 2017-08-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Jad Helou |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |