Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Что такое Save Image to Downloads?
Save Image to Downloads - это расширение Chrome, разработанное Urban Apps, и его основная функция - "Adds a right-click direct download item for images, like Safari.".
Снимки экрана расширения
Скачать файл CRX расширения Save Image to Downloads
Скачайте файлы расширений Save Image to Downloads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web. Safari has this built in, and it was the first thing I missed when making the switch to Chrome.
Основная информация о расширении
Название | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
Официальный URL | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
Описание | Adds a right-click direct download item for images, like Safari. |
Размер файла | 21.46 KB |
Количество установок | 27,101 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2014-08-04 |
Дата публикации | 2014-08-04 |
Рейтинг | 3.73/5 Всего 238 оценок |
Разработчик | Urban Apps |
Тип оплаты | free |
Официальный сайт расширения | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image to Downloads", "version": "1.0.5", "manifest_version": 2, "description": "Adds a right-click direct download item for images, like Safari.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "save_to_downloads.js" ] } } |