Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Что такое Maxwidth?

Maxwidth - это расширение Chrome, разработанное becca.ooo, и его основная функция - "Prevents Tumblr from stretching lower width images to 500px.".

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

screenshot

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

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

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

                        When Tumblr users upload images less than 540px in width, Tumblr stretches them to 540px, often resulting in ugly, soft images. Maxwidth reverses the stretching, returning images to their sharp state and intended resolution.                    

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

Название Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
Официальный URL https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Описание Prevents Tumblr from stretching lower width images to 500px.
Размер файла 7.47 KB
Количество установок 52
Текущая Версия 1.3.4
Последнее Обновление 2014-11-12
Дата публикации 2014-11-12
Рейтинг 5.00/5 Всего 1 оценок
Разработчик becca.ooo
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maxwidth",
    "version": "1.3.4",
    "manifest_version": 2,
    "description": "Prevents Tumblr from stretching lower width images to 500px.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}