Pixl Purrfct

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

Co to jest Pixl Purrfct?

Pixl Purrfct to rozszerzenie Chrome opracowane przez Johan Kitti Söderberg, a jego główną funkcją jest „Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pixl Purrfct

Pobierz pliki rozszerzeń Pixl Purrfct w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
Oficjalny URL https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
Opis Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Rozmiar pliku 13.1 KB
Liczba instalacji 128
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-03-02
Data Publikacji 2017-03-02
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Johan Kitti Söderberg
Typ Płatności free
Obsługiwane Języki 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"
    }
}