OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Wat is OinkKeys?

OinkKeys is een Chrome-extensie ontwikkeld door sublim.nl, en de belangrijkste functie is "Enjoy the soothing sounds of pigs squeeling while you type.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OinkKeys

Download OinkKeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Officiële URL https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Beschrijving Enjoy the soothing sounds of pigs squeeling while you type.
Bestandsgrootte 991 KB
Aantal Installaties 270
Huidige Versie 0.1
Laatst Bijgewerkt 2014-06-05
Publicatiedatum 2014-06-05
Beoordeling 2.36/5 Totaal 11 Beoordelingen
Ontwikkelaar sublim.nl
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}