Bongo Cat Typing

Let Bongo Cat accompany you while you are typing.

Bongo Cat Typingとは何ですか?

Bongo Cat Typingはmburakermanによって開発されたChromeの拡張機能で、その主な機能は「Let Bongo Cat accompany you while you are typing.」です。

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

screenshot

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

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

拡張機能の使用方法

                        I wanted someone to be with me while i typing & make this tiny extension.

Just click on icon to activate. 

Have fun 🐈 ⌨️                    

拡張機能の基本情報

名前 Bongo Cat Typing Bongo Cat Typing
ID nejbhaabfihgocbacojonoekogiklfja
公式URL https://chromewebstore.google.com/detail/bongo-cat-typing/nejbhaabfihgocbacojonoekogiklfja
説明 Let Bongo Cat accompany you while you are typing.
ファイルサイズ 56.39 KB
インストール数 2,000
現在のバージョン 1.0.4
最終更新日 2022-05-04
公開日 2022-04-20
評価 3.67/5 合計 3 レビュー
開発者 mburakerman
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mburakerman.github.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bongo Cat Typing",
    "version": "1.0.4",
    "description": "Let Bongo Cat accompany you while you are typing.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon-passive-128.jpg"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "bongo-cat-typing-1.png",
                "bongo-cat-typing-2.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}