OinkKeys

Enjoy the soothing sounds of pigs squeeling while you type.

OinkKeys là gì?

OinkKeys là một tiện ích mở rộng Chrome được phát triển bởi sublim.nl, và tính năng chính của nó là "Enjoy the soothing sounds of pigs squeeling while you type.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OinkKeys

Tải xuống các tệp mở rộng OinkKeys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OinkKeys OinkKeys
ID cbpdobpghnbgjgifajingjbkdncoadib
URL Chính Thức https://chromewebstore.google.com/detail/oinkkeys/cbpdobpghnbgjgifajingjbkdncoadib
Mô tả Enjoy the soothing sounds of pigs squeeling while you type.
Kích Thước Tệp 991 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-06-05
Ngày Phát Hành 2014-06-05
Đánh Giá 2.36/5 Tổng số 11 Đánh Giá
Nhà Phát Triển sublim.nl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}