Click for Kittens

Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…

O que é Click for Kittens?

Click for Kittens é uma extensão do Chrome desenvolvida por Adam Darbyshire, e sua principal característica é "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Click for Kittens

Baixe arquivos de extensão Click for Kittens 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

                        Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com.


Image copyright Teekatas Suwannakrua, http://raindropmemory.deviantart.com/                    

Informações Básicas da Extensão

Nome Click for Kittens Click for Kittens
ID pjlpjdbgoegmgbionadgflfacmdngnoh
URL Oficial https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh
Descrição Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
Tamanho do Arquivo 23.22 KB
Contagem de Instalações 91
Versão Atual 1.2
Última Atualização 2013-05-21
Data de Publicação 2013-05-20
Classificação 4.15/5 Total de 13 Avaliações
Desenvolvedor Adam Darbyshire
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click for Kittens",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "icon": "iconbig.png",
    "background": {
        "scripts": [
            "kittens.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Click for Kittens"
    },
    "manifest_version": 2
}