KittyKeys

Listen to cats, kittens and kitties as you type!

Wat is KittyKeys?

KittyKeys is een Chrome-extensie ontwikkeld door https://kittykeys.com, en de belangrijkste functie is "Listen to cats, kittens and kitties as you type!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie KittyKeys

Download KittyKeys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KittyKeys KittyKeys
ID eojlhfcihickhmgmipooaplflklcibkh
Officiële URL https://chromewebstore.google.com/detail/kittykeys/eojlhfcihickhmgmipooaplflklcibkh
Beschrijving Listen to cats, kittens and kitties as you type!
Bestandsgrootte 2.15 MB
Aantal Installaties 9,468
Huidige Versie 2.2.2
Laatst Bijgewerkt 2015-10-28
Publicatiedatum 2015-10-28
Beoordeling 2.88/5 Totaal 137 Beoordelingen
Ontwikkelaar https://kittykeys.com
Betalingswijze free
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}