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ファイルをダウンロード

OinkKeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}