Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Co to jest Maxwidth?

Maxwidth to rozszerzenie Chrome opracowane przez becca.ooo, a jego główną funkcją jest „Prevents Tumblr from stretching lower width images to 500px.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Maxwidth

Pobierz pliki rozszerzeń Maxwidth w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
Oficjalny URL https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Opis Prevents Tumblr from stretching lower width images to 500px.
Rozmiar pliku 7.47 KB
Liczba instalacji 52
Aktualna Wersja 1.3.4
Ostatnia Aktualizacja 2014-11-12
Data Publikacji 2014-11-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper becca.ooo
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}