KittyKeys

Listen to cats, kittens and kitties as you type!

Was ist KittyKeys?

KittyKeys ist eine Chrome-Erweiterung, die von https://kittykeys.com entwickelt wurde, und ihr Hauptmerkmal ist "Listen to cats, kittens and kitties as you type!".

Erweiterungsscreenshots

screenshot

KittyKeys-Erweiterungs-CRX-Datei herunterladen

Laden Sie KittyKeys-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name KittyKeys KittyKeys
ID eojlhfcihickhmgmipooaplflklcibkh
Offizielle URL https://chromewebstore.google.com/detail/kittykeys/eojlhfcihickhmgmipooaplflklcibkh
Beschreibung Listen to cats, kittens and kitties as you type!
Dateigröße 2.15 MB
Installationsanzahl 9,468
Aktuelle Version 2.2.2
Letztes Update 2015-10-28
Veröffentlichungsdatum 2015-10-28
Bewertung 2.88/5 Insgesamt 137 Bewertungen
Entwickler https://kittykeys.com
Zahlungsart free
Unterstützte Sprachen 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",
        "*:\/\/*\/*"
    ]
}