KittyKeys

Listen to cats, kittens and kitties as you type!

KittyKeys क्या है?

KittyKeys https://kittykeys.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to cats, kittens and kitties as you type!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KittyKeys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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