Better Image Scaling

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

Better Image Scaling là gì?

Better Image Scaling là một tiện ích mở rộng Chrome được phát triển bởi digitalshoot, và tính năng chính của nó là "Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Image Scaling

Tải xuống các tệp mở rộng Better Image Scaling dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Image Scaling Better Image Scaling
ID cjifmfjjelmmfknfijnfdciabkblgame
URL Chính Thức https://chromewebstore.google.com/detail/better-image-scaling/cjifmfjjelmmfknfijnfdciabkblgame
Mô tả Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.
Kích Thước Tệp 38.65 KB
Số Lần Cài Đặt 970
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-10-13
Ngày Phát Hành 2017-10-13
Đánh Giá 4.33/5 Tổng số 9 Đánh Giá
Nhà Phát Triển digitalshoot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}