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