Cute Cat

Here is your cute cat. Be happy!

Cute Catとは何ですか?

Cute Catはdevkhs37によって開発されたChromeの拡張機能で、その主な機能は「Here is your cute cat. Be happy!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cute Cat拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can see a cute cat in a web browser.
This cat makes you feel good and improves your quality of life.

You can click cat to be loved by a cat.

You can Doubleclick cat to be summon a baby cat.

You can Drag cat to move cat.

Press the extension icon to enter pop-up menu.

You can set the image on/off in the pop-up menu.

You can summon a fish by pressing the fish button on the pop-up menu.

Drag the fish to the cat and the cat gets bigger.                    

拡張機能の基本情報

名前 Cute Cat Cute Cat
ID pcicppminbpfkkfnnkkhfknalhelbabn
公式URL https://chromewebstore.google.com/detail/cute-cat/pcicppminbpfkkfnnkkhfknalhelbabn
説明 Here is your cute cat. Be happy!
ファイルサイズ 21.13 KB
インストール数 961
現在のバージョン 0.1.9
最終更新日 2022-08-09
公開日 2022-07-19
評価 3.80/5 合計 5 レビュー
開発者 devkhs37
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cute Cat",
    "description": "Here is your cute cat. Be happy!",
    "version": "0.1.9",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}