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