OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

Co to jest OinkKeys?

OinkKeys to rozszerzenie Chrome opracowane przez sublim.nl, a jego główną funkcją jest „Enjoy the soothing sounds of pigs squeeling while you type.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia OinkKeys

Pobierz pliki rozszerzeń OinkKeys w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
Oficjalny URL https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Opis Enjoy the soothing sounds of pigs squeeling while you type.
Rozmiar pliku 991 KB
Liczba instalacji 270
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-06-05
Data Publikacji 2014-06-05
Ocena 2.36/5 Łącznie 11 Oceny
Deweloper sublim.nl
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}