KittyKeys

Listen to cats, kittens and kitties as you type!

KittyKeysคืออะไร?

KittyKeys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kittykeys.com และคุณลักษณะหลักของมันคือ "Listen to cats, kittens and kitties as you type!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KittyKeys

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/*"
    ]
}