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ファイルをダウンロード

Tabby Cat - New cats with each new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}