OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

O que é OinkKeys?

OinkKeys é uma extensão do Chrome desenvolvida por sublim.nl, e sua principal característica é "Enjoy the soothing sounds of pigs squeeling while you type.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OinkKeys

Baixe arquivos de extensão OinkKeys 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

                        Inspired by KittyKeys, here is OinkKeys, listen to the wonderful squeels and snorts of pigs as you type.                    

Informações Básicas da Extensão

Nome OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
URL Oficial https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Descrição Enjoy the soothing sounds of pigs squeeling while you type.
Tamanho do Arquivo 991 KB
Contagem de Instalações 270
Versão Atual 0.1
Última Atualização 2014-06-05
Data de Publicação 2014-06-05
Classificação 2.36/5 Total de 11 Avaliações
Desenvolvedor sublim.nl
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "sublim.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_38.png"
    },
    "content_scripts": [
        {
            "js": [
                "res\/js\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Enjoy the soothing sounds of pigs squeeling while you type.",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "OinkKeys",
    "short_name": "OinkKeys",
    "version": "0.1",
    "web_accessible_resources": [
        "res\/snd\/*"
    ]
}