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…

Was ist koala-fy?

koala-fy ist eine Chrome-Erweiterung, die von tlgs entwickelt wurde, und ihr Hauptmerkmal ist "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…".

Erweiterungsscreenshots

screenshot
screenshot

koala-fy-Erweiterungs-CRX-Datei herunterladen

Laden Sie koala-fy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
Offizielle URL https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Beschreibung 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…
Dateigröße 9.16 KB
Installationsanzahl 132
Aktuelle Version 2.0
Letztes Update 2019-09-07
Veröffentlichungsdatum 2019-09-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler tlgs
Zahlungsart free
Erweiterungswebsite https://github.com/tlgs/koala-fy
Unterstützte Sprachen 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"
            ]
        }
    ]
}