Tabby Cats Extension

Add your cat to your tabs - go to MyTabbyCats.com to customize and care for your cat!

Tabby Cats Extensionคืออะไร?

Tabby Cats Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alissa Chimienti และคุณลักษณะหลักของมันคือ "Add your cat to your tabs - go to MyTabbyCats.com to customize and care for your cat!"

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

screenshot
screenshot
screenshot

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

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

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

                        After you create your cat on MyTabbyCats.com, install this extension and watch as your cat appears in the bottom corner of every webpage. You can buy accessories for your cat to allow them to show more of their personality, too!

Bring your virtual pet with you to keep you company as you work, shop, or complete any daily task.

**Edit: Thank you all for enjoying Tabby Cats! If you create an account on MyTabbyCats.com after adding the extension, you will not get your 200 coins. If this applies to you, email me @ [email protected], and I'll add those into your account :) Alternatively, uninstalling and reinstalling this should work as well.

Also email me if you have any feedback or suggestions!

Update 1.2:
1) The size of this extension has been greatly decreased!
2) Your cat now appears in the BOTTOM right corner of your screen! Using this myself, I have realized that there is always a button I have to click on in the top right, and although I love my cat Chubs, he always seemed to be in the way.                    

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

ชื่อ Tabby Cats Extension Tabby Cats Extension
ID jbcjahgocncdmgacdjhkkpajlemmpigb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabby-cats-extension/jbcjahgocncdmgacdjhkkpajlemmpigb
คำอธิบาย Add your cat to your tabs - go to MyTabbyCats.com to customize and care for your cat!
ขนาดไฟล์ 631 KB
จำนวนการติดตั้ง 248
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-10-09
วันที่เผยแพร่ 2023-07-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Alissa Chimienti
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mytabbycats.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabby Cats Extension",
    "version": "1.2",
    "description": "Add your cat to your tabs - go to MyTabbyCats.com to customize and care for your cat!",
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Tabby Cats"
    },
    "permissions": [
        "identity",
        "identity.email",
        "notifications",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "\/scripts\/background.js",
        "type": "module"
    }
}