OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

ما هو OinkKeys؟

OinkKeys هو إضافة Chrome تم تطويرها بواسطة sublim.nl، والميزة الرئيسية لها هي "Enjoy the soothing sounds of pigs squeeling while you type.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OinkKeys

قم بتنزيل ملفات الامتداد OinkKeys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
عنوان URL الرسمي https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
الوصف Enjoy the soothing sounds of pigs squeeling while you type.
حجم الملف 991 KB
عدد التثبيتات 270
النسخة الحالية 0.1
آخر تحديث 2014-06-05
تاريخ النشر 2014-06-05
تقييم 2.36/5 مجموع تقييمات 11
المطور sublim.nl
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}