OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Qu'est-ce que OinkKeys ?

OinkKeys est une extension Chrome développée par sublim.nl, et sa fonction principale est "Enjoy the soothing sounds of pigs squeeling while you type.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OinkKeys

Téléchargez les fichiers d'extension OinkKeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
URL Officiel https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Description Enjoy the soothing sounds of pigs squeeling while you type.
Taille du Fichier 991 KB
Nombre d'Installations 270
Version Actuelle 0.1
Dernière Mise à Jour 2014-06-05
Date de Publication 2014-06-05
Évaluation 2.36/5 Total 11 Évaluations
Développeur sublim.nl
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}