Cat-In-Tab

A cat that can walk around on your page

Cat-In-Tabคืออะไร?

Cat-In-Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aarontz และคุณลักษณะหลักของมันคือ "A cat that can walk around on your page"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cat-In-Tab

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

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

                        Want a cat to accompany you while surfing the web?

This extension can make your dreams come true!

How to use:
1. Install extension
2. Open a new webpage
3. Find your cute cat somewhere on the page
4. That's it! Enjoy & Have fun!

* If you want to get your cat to sleep, just click the extension button. (It's harmless I promise)

PixelArt: Liryu@PixelArtist                    

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

ชื่อ Cat-In-Tab Cat-In-Tab
ID mfmpnnhnknadgoafpindapobelgkblbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cat-in-tab/mfmpnnhnknadgoafpindapobelgkblbk
คำอธิบาย A cat that can walk around on your page
ขนาดไฟล์ 426 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-07-01
วันที่เผยแพร่ 2022-02-13
คะแนน 3.86/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา aarontz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cat-In-Tab",
    "description": "A cat that can walk around on your page",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.min.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/16x16.png",
        "24": "logo\/24x24.png",
        "32": "logo\/32x32.png",
        "48": "logo\/48x48.png",
        "64": "logo\/64x64.png",
        "128": "logo\/128x128.png",
        "256": "logo\/256x256.png"
    },
    "action": {
        "default_icon": {
            "16": "logo\/16x16.png",
            "24": "logo\/24x24.png",
            "32": "logo\/32x32.png",
            "48": "logo\/48x48.png",
            "64": "logo\/64x64.png",
            "128": "logo\/128x128.png",
            "256": "logo\/256x256.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sprites\/*.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "main.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "main.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}