Pixl Purrfct

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

什么是Pixl Purrfct?

Pixl Purrfct是由Johan Kitti Söderberg开发的Chrome扩展程序,该扩展的主要功能是“Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!”。

扩展截图

screenshot

下载Pixl Purrfct扩展crx文件

下载Pixl Purrfct扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
官方URL https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
简介 Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
文件大小 13.1 KB
安装次数 128
当前版本 0.2
更新时间 2017-03-02
上架时间 2017-03-02
评分 5.00/5 共1次评分
开发者 Johan Kitti Söderberg
付费类型 free
支持的语言 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"
    }
}