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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tlgs และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย koala-fy

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}