OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

OinkKeys란 무엇입니까?

OinkKeys은(는) sublim.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enjoy the soothing sounds of pigs squeeling while you type."입니다.

확장 프로그램 스크린샷

screenshot

OinkKeys 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}