Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Qu'est-ce que Maxwidth ?

Maxwidth est une extension Chrome développée par becca.ooo, et sa fonction principale est "Prevents Tumblr from stretching lower width images to 500px.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Maxwidth

Téléchargez les fichiers d'extension Maxwidth au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
URL Officiel https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Description Prevents Tumblr from stretching lower width images to 500px.
Taille du Fichier 7.47 KB
Nombre d'Installations 52
Version Actuelle 1.3.4
Dernière Mise à Jour 2014-11-12
Date de Publication 2014-11-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur becca.ooo
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}