Cats! Cats Everywhere!

Cats... they're everywhere! Tab+B... it does what it sounds like.

Cats! Cats Everywhere!คืออะไร?

Cats! Cats Everywhere! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bob Hensley และคุณลักษณะหลักของมันคือ "Cats... they're everywhere! Tab+B... it does what it sounds like."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Cats! Cats Everywhere! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cats, they're everywhere!  Just press Tab+B on any webpage and enjoy the glorious cats.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cats! Cats Everywhere! Cats! Cats Everywhere!
ID oilfbkpdgicpkfbfaaapepcgacpndddo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo
คำอธิบาย Cats... they're everywhere! Tab+B... it does what it sounds like.
ขนาดไฟล์ 1.81 MB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2018-08-24
วันที่เผยแพร่ 2018-08-24
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bob Hensley
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://rcbrayshaw.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cats!  Cats Everywhere!",
    "version": "1.1.1",
    "description": "Cats... they're everywhere!  Tab+B... it does what it sounds like.",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tabby_cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "web_accessible_resources": [
        "cats\/*"
    ],
    "manifest_version": 2
}