Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
Was ist Maxwidth?
Maxwidth ist eine Chrome-Erweiterung, die von becca.ooo entwickelt wurde, und ihr Hauptmerkmal ist "Prevents Tumblr from stretching lower width images to 500px.".
Erweiterungsscreenshots
Maxwidth-Erweiterungs-CRX-Datei herunterladen
Laden Sie Maxwidth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
Offizielle URL | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
Beschreibung | Prevents Tumblr from stretching lower width images to 500px. |
Dateigröße | 7.47 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.3.4 |
Letztes Update | 2014-11-12 |
Veröffentlichungsdatum | 2014-11-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | becca.ooo |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |