Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

Vad är Maxwidth?

Maxwidth är en Chrome-tillägg utvecklad av becca.ooo, och dess huvudfunktion är "Prevents Tumblr from stretching lower width images to 500px.".

Tilläggsskärmbilder

screenshot

Ladda ner Maxwidth-förlängningens CRX-fil

Ladda ner Maxwidth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
Officiell webbadress https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
Beskrivning Prevents Tumblr from stretching lower width images to 500px.
Filstorlek 7.47 KB
Antal Installationer 52
Aktuell Version 1.3.4
Senast Uppdaterad 2014-11-12
Publiceringsdatum 2014-11-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare becca.ooo
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}