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…

Co to jest koala-fy?

koala-fy to rozszerzenie Chrome opracowane przez tlgs, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia koala-fy

Pobierz pliki rozszerzeń koala-fy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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')                    

Podstawowe informacje o rozszerzeniu

Nazwa koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
Oficjalny URL https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Opis 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…
Rozmiar pliku 9.16 KB
Liczba instalacji 132
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-09-07
Data Publikacji 2019-09-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper tlgs
Typ Płatności free
Strona Rozszerzenia https://github.com/tlgs/koala-fy
Obsługiwane Języki 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"
            ]
        }
    ]
}