Save to Downloads
An easy way to save images to the Downloads folder.
Что такое Save to Downloads?
Save to Downloads - это расширение Chrome, разработанное Arhey, и его основная функция - "An easy way to save images to the Downloads folder.".
Снимки экрана расширения
Скачать файл CRX расширения Save to Downloads
Скачайте файлы расширений Save to Downloads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
Основная информация о расширении
Название | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
Официальный URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
Описание | An easy way to save images to the Downloads folder. |
Размер файла | 6.58 KB |
Количество установок | 227 |
Текущая Версия | 0.1.2 |
Последнее Обновление | 2019-09-27 |
Дата публикации | 2019-09-26 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Arhey |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/freearhey/save-to-downloads |
URL страницы помощи | https://github.com/freearhey/save-to-downloads/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |