Pixl Purrfct

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

O que é Pixl Purrfct?

Pixl Purrfct é uma extensão do Chrome desenvolvida por Johan Kitti Söderberg, e sua principal característica é "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pixl Purrfct

Baixe arquivos de extensão Pixl Purrfct no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Pixl Purrfct Pixl Purrfct
ID cgjhkgkaacjcmiiicecijhkpnemeohjk
URL Oficial https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk
Descrição Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Tamanho do Arquivo 13.1 KB
Contagem de Instalações 128
Versão Atual 0.2
Última Atualização 2017-03-02
Data de Publicação 2017-03-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Johan Kitti Söderberg
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}