Better Image Scaling

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

O que é Better Image Scaling?

Better Image Scaling é uma extensão do Chrome desenvolvida por digitalshoot, e sua principal característica é "Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Better Image Scaling

Baixe arquivos de extensão Better Image Scaling no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Better Image Scaling Better Image Scaling
ID cjifmfjjelmmfknfijnfdciabkblgame
URL Oficial https://chromewebstore.google.com/detail/better-image-scaling/cjifmfjjelmmfknfijnfdciabkblgame
Descrição Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.
Tamanho do Arquivo 38.65 KB
Contagem de Instalações 970
Versão Atual 0.1
Última Atualização 2017-10-13
Data de Publicação 2017-10-13
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor digitalshoot
Tipo de Pagamento free
Idiomas Suportados 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
}