Better Image Scaling

Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.

什么是Better Image Scaling?

Better Image Scaling是由digitalshoot开发的Chrome扩展程序,该扩展的主要功能是“Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.”。

扩展截图

screenshot
screenshot

下载Better Image Scaling扩展crx文件

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

扩展使用说明

                        Better Image Scaling is a simple extension that aims to improve the image scaling of Chrome, by applying the "webkit-optimize-contrast" value (from the "image-rendering" CSS property) to all images on a given page, via a content script.

However, the difference isn't always noticeable: it depends on the content and the size of the image itself. Sometimes it's subtle, sometimes it isn't.

Also note: it doesn't make any difference for images that aren't resized by the browser, and there are even cases in which it doesn't seems to do anything for resized images either.

Moreover, as the CSS property optimizes for contrast, there's a downside to it: depending on the image and its size, it will look "serrated", like it's lacking anti-aliasing.

Changelog:

0.1
• Initial version                    

扩展基本信息

名称 Better Image Scaling Better Image Scaling
ID cjifmfjjelmmfknfijnfdciabkblgame
官方URL https://chromewebstore.google.com/detail/better-image-scaling/cjifmfjjelmmfknfijnfdciabkblgame
简介 Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.
文件大小 38.65 KB
安装次数 970
当前版本 0.1
更新时间 2017-10-13
上架时间 2017-10-13
评分 4.33/5 共9次评分
开发者 digitalshoot
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Image Scaling",
    "short_name": "BIS",
    "description": "Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2
}