KittyKeys

Listen to cats, kittens and kitties as you type!

什么是KittyKeys?

KittyKeys是由https://kittykeys.com开发的Chrome扩展程序,该扩展的主要功能是“Listen to cats, kittens and kitties as you type!”。

扩展截图

screenshot

下载KittyKeys扩展crx文件

下载KittyKeys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 KittyKeys KittyKeys
ID eojlhfcihickhmgmipooaplflklcibkh
官方URL https://chromewebstore.google.com/detail/kittykeys/eojlhfcihickhmgmipooaplflklcibkh
简介 Listen to cats, kittens and kitties as you type!
文件大小 2.15 MB
安装次数 9,468
当前版本 2.2.2
更新时间 2015-10-28
上架时间 2015-10-28
评分 2.88/5 共137次评分
开发者 https://kittykeys.com
付费类型 free
支持的语言 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",
        "*:\/\/*\/*"
    ]
}