Save Image to Downloads

Save images to the Download folder without the nagging 'Save As' dialog.

Что такое Save Image to Downloads?

Save Image to Downloads - это расширение Chrome, разработанное posidron, и его основная функция - "Save images to the Download folder without the nagging 'Save As' dialog.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Save Image to Downloads

Скачайте файлы расширений Save Image to Downloads в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Add-on works with plain links directing to an image file and if the image is served as a data URI. It also requires less and unnecessary privileges than other extensions of this kind.                    

Основная информация о расширении

Название Save Image to Downloads Save Image to Downloads
ID bpgoliohmhlcfconjgecnkobjengecpk
Официальный URL https://chrome.google.com/webstore/detail/save-image-to-downloads/bpgoliohmhlcfconjgecnkobjengecpk
Описание Save images to the Download folder without the nagging 'Save As' dialog.
Размер файла 21.79 KB
Количество установок 94
Текущая Версия 1.0.1
Последнее Обновление 2020-02-12
Дата публикации 2020-02-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик posidron
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Christoph Diehl",
    "homepage_url": "https:\/\/github.com\/posidron",
    "background": {
        "scripts": [
            "save.js"
        ]
    },
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}