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
官方網址 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\/*"
    ]
}