Potato It!

Internet + Potatoes = Pure Awesome

O que é Potato It!?

Potato It! é uma extensão do Chrome desenvolvida por Evan Shimoniak, e sua principal característica é "Internet + Potatoes = Pure Awesome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Potato It!

Baixe arquivos de extensão Potato It! 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

                        This extension most images to potatoes. You can adjust it to alter only some images, some background images, or alter all background images. As of the current version, it does not yet change iframes, flash elements, HTML5 canvases, and most ads.

Image from HowBigIsMyPotato.com. Used with permission.

The source and changelog for the program can be found at https://github.com/FracturedRetina/PotatoIt.

If you have any suggestions for features leave a review or open an issue on GitHub.                    

Informações Básicas da Extensão

Nome Potato It! Potato It!
ID lbkdijklknadgammeolepeachokdbnll
URL Oficial https://chrome.google.com/webstore/detail/potato-it/lbkdijklknadgammeolepeachokdbnll
Descrição Internet + Potatoes = Pure Awesome
Tamanho do Arquivo 131 KB
Contagem de Instalações 165
Versão Atual 2.0.2
Última Atualização 2015-01-26
Data de Publicação 2015-01-26
Classificação 3.08/5 Total de 13 Avaliações
Desenvolvedor Evan Shimoniak
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Potato It!",
    "description": "Internet + Potatoes = Pure Awesome",
    "version": "2.0.2",
    "icons": {
        "19": "res\/icon-pxl-light.png",
        "128": "res\/icon128.png"
    },
    "browser_action": {
        "default_name": "Potato It!",
        "default_icon": "res\/icon-pxl-light.png"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "res\/potato.png",
        "jquery.min.js",
        "options.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}