OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Was ist OinkKeys?

OinkKeys ist eine Chrome-Erweiterung, die von sublim.nl entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy the soothing sounds of pigs squeeling while you type.".

Erweiterungsscreenshots

screenshot

OinkKeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie OinkKeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Offizielle URL https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Beschreibung Enjoy the soothing sounds of pigs squeeling while you type.
Dateigröße 991 KB
Installationsanzahl 270
Aktuelle Version 0.1
Letztes Update 2014-06-05
Veröffentlichungsdatum 2014-06-05
Bewertung 2.36/5 Insgesamt 11 Bewertungen
Entwickler sublim.nl
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}