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
官方網址 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"
            ]
        }
    ]
}