Better Image Scaling

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

Qu'est-ce que Better Image Scaling ?

Better Image Scaling est une extension Chrome développée par digitalshoot, et sa fonction principale est "Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Better Image Scaling

Téléchargez les fichiers d'extension Better Image Scaling au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Better Image Scaling Better Image Scaling
ID cjifmfjjelmmfknfijnfdciabkblgame
URL Officiel https://chromewebstore.google.com/detail/better-image-scaling/cjifmfjjelmmfknfijnfdciabkblgame
Description Improves the image scaling of Chrome, providing crisper and clearer resized images on pages.
Taille du Fichier 38.65 KB
Nombre d'Installations 970
Version Actuelle 0.1
Dernière Mise à Jour 2017-10-13
Date de Publication 2017-10-13
Évaluation 4.33/5 Total 9 Évaluations
Développeur digitalshoot
Type de Paiement free
Langues Prises en Charge 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
}