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은(는) Alissa Chimienti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add your cat to your tabs - go to MyTabbyCats.com to customize and care for your cat!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tabby Cats Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}