Maxwidth
Prevents Tumblr from stretching lower width images to 500px.
What is Maxwidth?
Maxwidth is a Chrome extension developed by becca.ooo, and its main feature is "Prevents Tumblr from stretching lower width images to 500px.".
Extension Screenshots
Download Maxwidth Extension CRX File
Download Maxwidth extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Maxwidth |
ID | pibfemlbaejpbfhipffkdljhnldadcba |
Official URL | https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba |
Description | Prevents Tumblr from stretching lower width images to 500px. |
File Size | 7.47 KB |
Installation Count | 52 |
Current Version | 1.3.4 |
Last Updated | 2014-11-12 |
Publish Date | 2014-11-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | becca.ooo |
Payment Type | free |
Supported Languages | 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" ] } ] } |