Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Wat is Maxwidth?

Maxwidth is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "Prevents Tumblr from stretching lower width images to 500px.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Maxwidth

Download Maxwidth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
Officiële URL https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Beschrijving Prevents Tumblr from stretching lower width images to 500px.
Bestandsgrootte 7.47 KB
Aantal Installaties 52
Huidige Versie 1.3.4
Laatst Bijgewerkt 2014-11-12
Publicatiedatum 2014-11-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}