Pixl Purrfct

Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!

Co je Pixl Purrfct?

Pixl Purrfct je rozšíření Chrome vyvinuté Johan Kitti Söderberg, a jeho hlavní funkcí je „Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Pixl Purrfct

Stáhněte si soubory rozšíření Pixl Purrfct ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
Oficiální URL https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
Popis Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Velikost souboru 13.1 KB
Počet instalací 128
Aktuální Verze 0.2
Poslední Aktualizace 2017-03-02
Datum Vydání 2017-03-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Johan Kitti Söderberg
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixl Purrfct",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}