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"
            ]
        }
    ]
}