koala-fy

Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…

koala-fyとは何ですか?

koala-fyはtlgsによって開発されたChromeの拡張機能で、その主な機能は「Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…」です。

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

screenshot
screenshot

koala-fy拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji.

Use it for fun or to prank your friends! (extra effective if you right-click the toolbar icon and select 'Hide in Chrome menu')                    

拡張機能の基本情報

名前 koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
公式URL https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
説明 Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…
ファイルサイズ 9.16 KB
インストール数 132
現在のバージョン 2.0
最終更新日 2019-09-07
公開日 2019-09-07
評価 5.00/5 合計 1 レビュー
開発者 tlgs
支払い方法 free
拡張機能のウェブサイト https://github.com/tlgs/koala-fy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "koala-fy",
    "version": "2.0",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}