Image Extension Fix

Automatically renames image downloads according to the type they are

Что такое Image Extension Fix?

Image Extension Fix - это расширение Chrome, разработанное Colin Campbell, и его основная функция - "Automatically renames image downloads according to the type they are".

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

screenshot

Скачать файл CRX расширения Image Extension Fix

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

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

                        Automatically renames images according to the type they are.
No more .jpg GIFs or .large-0x539 JPEGs.

This extension is open source software (MIT licensed).
https://github.com/colin-c/image-extension-fix                    

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

Название Image Extension Fix Image Extension Fix
ID bdinnahhocpbhaolpffbceckdfiafffn
Официальный URL https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn
Описание Automatically renames image downloads according to the type they are
Размер файла 49.19 KB
Количество установок 687
Текущая Версия 0.2
Последнее Обновление 2017-06-03
Дата публикации 2017-06-03
Рейтинг 4.33/5 Всего 18 оценок
Разработчик Colin Campbell
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/colin-c/image-extension-fix
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Extension Fix",
    "short_name": "Img Ext Fix",
    "description": "Automatically renames image downloads according to the type they are",
    "version": "0.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "downloads"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "includes\/file_extension_mapping.js",
            "includes\/util.js",
            "main.js"
        ],
        "persistent": false
    }
}