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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}