Tabby Cat - New cats with each new tab

Brighten your day with a cat picture every time you open a tab.

Tabby Cat - New cats with each new tab란 무엇입니까?

Tabby Cat - New cats with each new tab은(는) https://isaacwinters.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Brighten your day with a cat picture every time you open a tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tabby Cat - New cats with each new tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You need some more kitty in your life. Tabby Cat shows you a new cat every time you open a new tab.                    

확장 프로그램 기본 정보

이름 Tabby Cat - New cats with each new tab Tabby Cat - New cats with each new tab
ID eglbilcojjagfhgfibibgabkehpbocoa
공식 URL https://chromewebstore.google.com/detail/tabby-cat-new-cats-with-e/eglbilcojjagfhgfibibgabkehpbocoa
설명 Brighten your day with a cat picture every time you open a tab.
파일 크기 11.95 KB
설치 횟수 848
현재 버전 1.03
최근 업데이트 2023-03-02
출시 날짜 2020-12-23
평점 5.00/5 총 1 개의 평점
개발자 https://isaacwinters.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabby Cat - New cats with each new tab",
    "description": "Brighten your day with a cat picture every time you open a tab.",
    "version": "1.03",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "async-chrome-storage.js"
        ],
        "persistent": false
    }
}