OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Vad är OinkKeys?

OinkKeys är en Chrome-tillägg utvecklad av sublim.nl, och dess huvudfunktion är "Enjoy the soothing sounds of pigs squeeling while you type.".

Tilläggsskärmbilder

screenshot

Ladda ner OinkKeys-förlängningens CRX-fil

Ladda ner OinkKeys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Officiell webbadress https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Beskrivning Enjoy the soothing sounds of pigs squeeling while you type.
Filstorlek 991 KB
Antal Installationer 270
Aktuell Version 0.1
Senast Uppdaterad 2014-06-05
Publiceringsdatum 2014-06-05
Betyg 2.36/5 Totalt 11 Betyg
Utvecklare sublim.nl
Betalningssätt free
Stödda Språk 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\/*"
    ]
}