OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Hvad er OinkKeys?

OinkKeys er en Chrome-udvidelse udviklet af sublim.nl, og dens hovedfunktion er "Enjoy the soothing sounds of pigs squeeling while you type.".

Udvidelsesskærmbilleder

screenshot

Download OinkKeys-udvidelses-CRX-fil

Download OinkKeys-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Officiel URL https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Beskrivelse Enjoy the soothing sounds of pigs squeeling while you type.
Filstørrelse 991 KB
Antal Installationer 270
Nuværende Version 0.1
Senest Opdateret 2014-06-05
Udgivelsesdato 2014-06-05
Bedømmelse 2.36/5 Samlet 11 Bedømmelser
Udvikler sublim.nl
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}