Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Hvad er Maxwidth?

Maxwidth er en Chrome-udvidelse udviklet af becca.ooo, og dens hovedfunktion er "Prevents Tumblr from stretching lower width images to 500px.".

Udvidelsesskærmbilleder

screenshot

Download Maxwidth-udvidelses-CRX-fil

Download Maxwidth-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
Officiel URL https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Beskrivelse Prevents Tumblr from stretching lower width images to 500px.
Filstørrelse 7.47 KB
Antal Installationer 52
Nuværende Version 1.3.4
Senest Opdateret 2014-11-12
Udgivelsesdato 2014-11-12
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler becca.ooo
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}