Pixl Purrfct

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

What is Pixl Purrfct?

Pixl Purrfct is a Chrome extension developed by Johan Kitti Söderberg, and its main feature is "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".

Extension Screenshots

screenshot

Download Pixl Purrfct Extension CRX File

Download Pixl Purrfct extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
Official URL https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
Description Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
File Size 13.1 KB
Installation Count 128
Current Version 0.2
Last Updated 2017-03-02
Publish Date 2017-03-02
Rating 5.00/5 Total 1 Ratings
Developer Johan Kitti Söderberg
Payment Type free
Supported Languages 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"
    }
}