Maxwidth

Prevents Tumblr from stretching lower width images to 500px.

什么是Maxwidth?

Maxwidth是由becca.ooo开发的Chrome扩展程序,该扩展的主要功能是“Prevents Tumblr from stretching lower width images to 500px.”。

扩展截图

screenshot

下载Maxwidth扩展crx文件

下载Maxwidth扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Maxwidth Maxwidth
ID pibfemlbaejpbfhipffkdljhnldadcba
官方URL https://chromewebstore.google.com/detail/maxwidth/pibfemlbaejpbfhipffkdljhnldadcba
简介 Prevents Tumblr from stretching lower width images to 500px.
文件大小 7.47 KB
安装次数 52
当前版本 1.3.4
更新时间 2014-11-12
上架时间 2014-11-12
评分 5.00/5 共1次评分
开发者 becca.ooo
付费类型 free
支持的语言 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"
            ]
        }
    ]
}