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
}