KittyKeys

Listen to cats, kittens and kitties as you type!

KittyKeys là gì?

KittyKeys là một tiện ích mở rộng Chrome được phát triển bởi https://kittykeys.com, và tính năng chính của nó là "Listen to cats, kittens and kitties as 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 KittyKeys

Tải xuống các tệp mở rộng KittyKeys 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

                        KittyKeys is meow back and it's meowier than ever! New and more meow sounds and even secret meow key combos for extra cat-tastic good meow times.

You know the meow drill. Install KittyKeys, restart Chrome and start meow typing! To meow mute and meow unmute, simply click the KittyKeys meow icon in the browser bar. Meow meow meow.                    

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

Tên KittyKeys KittyKeys
ID eojlhfcihickhmgmipooaplflklcibkh
URL Chính Thức https://chromewebstore.google.com/detail/kittykeys/eojlhfcihickhmgmipooaplflklcibkh
Mô tả Listen to cats, kittens and kitties as you type!
Kích Thước Tệp 2.15 MB
Số Lần Cài Đặt 9,468
Phiên Bản Hiện Tại 2.2.2
Cập Nhật Lần Cuối 2015-10-28
Ngày Phát Hành 2015-10-28
Đánh Giá 2.88/5 Tổng số 137 Đánh Giá
Nhà Phát Triển https://kittykeys.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KittyKeys",
    "description": "Listen to cats, kittens and kitties as you type!",
    "version": "2.2.2",
    "short_name": "KittyKeys",
    "icons": {
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "author": "www.mindeveon.com",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_38.png"
    },
    "web_accessible_resources": [
        "res\/snd\/*",
        "res\/img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "res\/js\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}