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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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